Function Clock.start

Start periodically synchronizing this clock with the NTP source.

ITimer start (
  ITaskManager taskman
) nothrow @safe;

The first sync is blocking (to properly initialize the clock), subsequent synchronizations are done asynchronously via a timer.