Expand description
Utilities for creating zero-cost wakers that donโt do anything.
Constantsยง
- NOOP_
WAKER_ ๐VTABLE
Functionsยง
- noop ๐ โ
- noop_
clone ๐ โ - noop_
raw_ ๐waker - 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.