Function collect_listener_event

Source
pub async fn collect_listener_event(
    listener: RunListenerRequestStream,
) -> Result<Vec<ListenerEvent>, Error>
Expand description

Collects all the listener event as they come and return in a vector.