Awaitable.AwaiterSourceLow level interface for more flexible waiting.
An erased type alias for Awaitable.t.
add awaitable trigger creates a single use awaiter, adds it to the FIFO associated with the awaitable, and returns the awaiter.
remove awaiter marks the awaiter as having been signaled and removes it from the FIFO associated with the awaitable.
âšī¸ If the associated trigger is used with only one awaiter and the Trigger.awaitawait on the trigger returns None, there is no need to explicitly remove the awaiter, because it has already been removed.