Skip to main content

Module notify_read

Module notify_read 

Source

Structs§

BlockingRegistration
Blocking counterpart of Registration: resolved via Self::wait, which blocks the calling OS thread. Dropping it before waiting de-registers from the pending list.
NotifyRead
Registration
Registration resolves to the value but also provides safe cancellation When Registration is dropped before it is resolved, we de-register from the pending list

Constants§

CHECKPOINT_BUILDER_NOTIFY_READ_TASK_NAME

Type Aliases§

OwnedRegistration