Class: Solana::Ruby::Kit::InstructionPlans::ParallelInstructionPlan
- Inherits:
-
T::Struct
- Object
- T::Struct
- Solana::Ruby::Kit::InstructionPlans::ParallelInstructionPlan
- Defined in:
- lib/solana/ruby/kit/instruction_plans/instruction_plan.rb
Overview
A plan whose children may execute concurrently or be packed in any order.
Instance Method Summary collapse
Instance Method Details
#kind ⇒ Object
41 |
# File 'lib/solana/ruby/kit/instruction_plans/instruction_plan.rb', line 41 def kind = :parallel |