Idle.this

Creates a new idle cycle.

  1. this(bool delegate() dlg, bool fireNow)
    class Idle
    this
    (
    bool delegate
    ()
    dlg
    ,
    bool fireNow = false
    )
  2. this(bool delegate() dlg, GPriority priority, bool fireNow)

Parameters

dlg bool delegate
()

the delegate to be executed

fireNow bool

When true the delegate will be executed emmidiatly