MonoTime longevity
Tanel Tagaväli via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Dec 22 12:24:15 PST 2015
On Tuesday, 22 December 2015 at 20:07:58 UTC, Steven
Schveighoffer wrote:
> MonoTime uses whatever precision is given to it by the OS. So
> if on your OS, ticksPerSecond is 1e9, then your OS clock wraps
> at 18 hours as well.
Thanks, I didn't know that.
I actually just realized that my use case doesn't need to rely on
absolute clocks, so I'm safe.
More information about the Digitalmars-d-learn
mailing list