EventNotifier

fun <T> EventNotifier(capacity: Int = Channel.UNLIMITED): EventNotifier<T>

Creates an EventNotifier.