Schedule.stage

Insert c into staging area.

struct Schedule
nothrow @trusted
bool
stage
(
code* c
)

Parameters

c code*

instruction to stage

Return Value

Type: bool

false if could not be scheduled; have to start a new one

Meta