pushAndLaunch

fun EventProcessor.pushAndLaunch(scope: CoroutineScope, event: Event, collector: FlowCollector<EventResult>? = null): Job

将事件推送并异步处理。