Expand description
Utilities for creating zero-cost wakers that don’t do anything.
Constants§
Functions§
- noop 🔒 ⚠
- noop_
clone 🔒 ⚠ - Create a new
Waker
which does nothing whenwake()
is called on it. - Get a static reference to a
Waker
which does nothing whenwake()
is called on it.