Function xmpp::event_loop::wait_for_events
source · pub async fn wait_for_events<C: ServerConnector>(
agent: &mut Agent<C>,
) -> Option<Vec<Event>>
Expand description
Wait for new events.
§Returns
Some(events)
if there are new events; multiple may be returned at once.None
if the underlying stream is closed.