override fun apply()

in Confidence/src/main/java/com/spotify/confidence/apply/EventProcessor.kt [74:78]


    override fun apply(input: INPUT) {
        coroutineScope.launch {
            writeRequestChannel.send(input)
        }
    }