Module noop_waker

Source
Expand description

Utilities for creating zero-cost wakers that donโ€™t do anything.

Constantsยง

NOOP_WAKER_VTABLE ๐Ÿ”’

Functionsยง

noop ๐Ÿ”’ โš 
noop_clone ๐Ÿ”’ โš 
noop_raw_waker ๐Ÿ”’
noop_waker
Create a new Waker which does nothing when wake() is called on it.
noop_waker_ref
Get a static reference to a Waker which does nothing when wake() is called on it.