Idle.this

Creates a new idle cycle.

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

Parameters

dlg bool delegate
()

the delegate to be executed

priority GPriority

Priority for the idle function

fireNow bool

When true the delegate will be executed emmidiatly

Meta