Module futures_task::noop_waker
source · 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.