TimerFD.this

Constructor.

  1. this(bool realtime)
    class TimerFD
    this
    (
    bool realtime = false
    )
  2. this(TimerException e, bool realtime)

Parameters

realtime bool

true: use a settable system-wide clock. false: use a non-settable clock that is not affected by discontinuous changes in the system clock (e.g., manual changes to system time).

Throws

upon failure to create a timer fd

Meta