Functions
Link copied to clipboard
fun <C> toHandler(dispatcherContext: CoroutineContext = Dispatchers.IO, handler: JBlockingSuspendApplicationEventHandler<C>): SuspendApplicationEventHandler<C>
Converts a JBlockingSuspendApplicationEventHandler to a SuspendApplicationEventHandler.