pub fn wait_for_event(
    bus: Arc<Mutex<EventBus>>,
    mask: Event
) -> impl Future<Output = Event>
Expand description

wait for a event async