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
WaitCell
was closed or busy while attempting register aWaker
.