Idle.this

Creates a new idle cycle.

class Idle
this
(
bool delegate
()
dlg
,
bool fireNow = false
)

Parameters

dlg bool delegate
()

the delegate to be executed

fireNow bool

When true the delegate will be executed emmidiatly

Meta