Skip to main content

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§

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