TimerFD.this

Constructor. Creates a timer event file descriptor.

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

Parameters

e TimerException

timer exception instance to be used internally

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