Class: MG::Spawn

Inherits:
Action show all
Defined in:
doc/API_reference.rb

Instance Attribute Summary

Attributes inherited from Action

#done?

Constructors collapse

Methods inherited from Action

#clone, #reverse

Constructor Details

#initialize(actions) ⇒ Spawn

Creates an action that spawns actions in parallel on the receiver.

Parameters:

  • actions (Action[])

    the array of actions to run



261
# File 'doc/API_reference.rb', line 261

def initialize(actions); end