Skip to main content

Module atomic

Module atomic 

Source
Expand description

AtomicOpsetDecl, AtomicOpDecl, AtomicOpKind, DispatchResult. Engine-side atomic dispatch result. Catalog types (AtomicOpsetDecl, AtomicOpDecl, AtomicOpKind) live in bb_ir::atomic; re-exported here for one-import access.

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.
DispatchResult
Return type of <Role>Runtime::dispatch_atomic.