pub async fn wait_for_next_round(
stream: &mut NotificationStream,
timeout: RoundTimeout,
)
Expand description
Returns after the specified time or if we receive a notification that a new round has started.
pub async fn wait_for_next_round(
stream: &mut NotificationStream,
timeout: RoundTimeout,
)
Returns after the specified time or if we receive a notification that a new round has started.