Expand description
Workflow node handle with lazy loading and shared access.
Provides Node, a clonable handle to a workflow that loads on first use and
shares an immutable snapshot across readers. Mutation is performed on owned
Workflow values and committed via Node::set_workflow.
External locking is required for write coordination.
Structs§
- Node
- A clonable handle to a workflow with lazy loading and shared reads.