Expand description
Instruction Group.
Structs§
- Atomic
Group - A group of instructions that are expected to be executed in the same transaction.
- GetInstructions
Options - Options for getting instructions.
- Parallel
Group - A group of atomic instructions that can be executed in parallel.
Traits§
- Into
Atomic Group - A trait representing types that can be converted into
AtomicGroup
s.