Function Clock.this

Instantiate the clock.

this (
  nothrow @safe bool delegate(out core.time.Duration) getNetTimeOffset
) pure nothrow @nogc @safe;

The start routine must be called when the task manager is ready to set up timers.

Parameters

NameDescription
getNetTimeOffset delegate to call to calculate a net time offset which will be used in the call to networkTime