Module state

Module state 

Source
Expand description

Runtime state management utilities.

This module provides utilities for managing shared state across processes in the runtime system.

Structs§

DataspaceRegistry
A dataspace registry for async coordination between processes.
Subscription
A subscription to updates for a specific type/identifier combination.

Enums§

DataspaceUpdate
An update received by a subscription, indicating that a value was asserted, retracted, or sent as a transient message.
Identifier
An identifier used to key values in a DataspaceRegistry.
IdentifierFilter
A filter used to match identifiers when subscribing to a DataspaceRegistry.