toEventListener
fun <A : Application> JBlockingApplicationLauncher<A>.toEventListener(dispatcherContext: CoroutineContext = Dispatchers.IO): ApplicationLauncher<A>(source)
将 JBlockingApplicationLauncher 转化为 ApplicationLauncher。
Parameters
dispatcherContext
执行阻塞API时切换到的上下文。默认会使用 Dispatchers.IO.