SimpleEventDispatcher

通过 Simple 构建 Application 时的实际调度器类型。

SimpleEventDispatcher 实现 EventDispatcher 并提供最基础的完整功能实现。

Inheritors

Inherited properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun dispose(listener: EventListener)
Link copied to clipboard
abstract fun push(event: Event): Flow<EventResult>
Link copied to clipboard
open fun pushAndLaunch(scope: CoroutineScope, event: Event): Job