Expand description
This module defines and implements in-memory, shared storage.
It is used for managing node of flow state shared across branches, where the items have only one instance thats is shared across all branches.
For details and examples see the documentation of SharedStorage.
Structs§
- Shared
Storage Impl shared_storage_impl - An implementation of type-based shared storage.
Traits§
- Shared
Storage - Provides type-based shared storage for concurrent environments.