Expand description
Runtime state management utilities.
This module provides utilities for managing shared state across processes in the runtime system.
Structs§
- Dataspace
Registry - A dataspace registry for async coordination between processes.
- Subscription
- A subscription to updates for a specific type/identifier combination.
Enums§
- Assertion
Update - An update received by a subscription, indicating that a value was asserted or retracted.
- Identifier
- An identifier used to key values in a
DataspaceRegistry. - Identifier
Filter - A filter used to match identifiers when subscribing to a
DataspaceRegistry.