Skip to main content

Module atomic

Module atomic 

Source
Expand description

Atomic-op opset declaration types. Returned from <Role>Runtime::atomic_opset(); engine-side DispatchResult lives in bb_runtime::atomic because it carries CommandId.

Structs§

AtomicOpDecl
One atomic-op declaration inside an AtomicOpsetDecl.
AtomicOpsetDecl
Atomic-op opset owned by a <Role>Runtime impl. Merged into the per-Node (domain, op_type, instance) → ComponentRef table at Node::ready() time.

Enums§

AtomicOpKind
Sync vs. async completion.