Module instruction_group

Source
Expand description

Instruction Group.

Structs§

AtomicGroup
A group of instructions that are expected to be executed in the same transaction.
GetInstructionsOptions
Options for getting instructions.
ParallelGroup
A group of atomic instructions that can be executed in parallel.

Traits§

IntoAtomicGroup
A trait representing types that can be converted into AtomicGroups.