Skip to main content

Module utils

Module utils 

Source

Modulesยง

id_generator
Ids handed out under a lock, to tell one thing apart from another that replaced it.
mutable
The Mutable abstraction over the single-threaded and the multi-threaded backend, the handful of traits that are the only sanctioned way to reach through it, and the rules a callback has to follow.
on_panic
The guard that undoes what an unwinding callback would otherwise leave behind.
pending_events
serialized_delivery
The state machine that serializes the events delivered to one observer, together with the lock that guards it and the only operations allowed to drive it.
serialized_multicast
A multicast built on a SerializedDelivery that never terminates.
subscribe_with_auto_dispose_on_termination
subscribe_with_context
subscription_slot
The slot that holds the one inner subscription an operator keeps at a time.
types