struct

MVU::Cmd

Inherits Struct < Value < Object

Constants

EMPTY = [] of Task
NONE = Cmd.new(EMPTY)

Constructors

batch(cmds : Array(Cmd)) : Cmd
Source
new(tasks : Array(Task) = EMPTY)
Source
none
Source
sync
Source

Instance methods

empty?
Source
tasks
Source

Nested types