Modulesยง
- id_
generator - Ids handed out under a lock, to tell one thing apart from another that replaced it.
- mutable
- The
Mutableabstraction 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
SerializedDeliverythat 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