Function test_runners_test_lib::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.