pub fn local_waker_fn<F: Fn() + Send + Sync + 'static>(f: F) -> LocalWaker🔬This is a nightly-only experimental API. (
waker_fn #149580)Expand description
Converts a closure into a LocalWaker.
The closure gets called every time the local waker is woken.