Expand description
Structs§
- Subscribe
- Future returned from
WaitCell::subscribe(). - Wait
- Future returned from
WaitCell::wait(). - Wait
Cell - An atomically registered
Waker.
Enums§
- Poll
Wait Error - An error indicating that a
WaitCellwas closed or busy while attempting register aWaker.