coroutineContext

abstract override val coroutineContext: CoroutineContext(source)

当前事件调度的上下文作为 CoroutineScope 的协程上下文。 通常与其所产生的调度器实现有关,例如与 ApplicationConfiguration.coroutineContext 有关。

EventContextcoroutineContext 中不应出现 kotlinx.coroutines.Job