pub async fn clear()Available on crate feature
global_instance only.Expand description
Clears the notified state on the global controller.
This convenience function discards the return value; callers that need the
cleared sequence number must use
get_lifetime_controller().await.try_clear() instead.