0 when value is negative, otherwise value unchanged.long normalizedDelay(long value) pure @safe nothrow @nogcClamp a requested timer delay to the non-negative range accepted by the loop.
value | Caller-provided delay in milliseconds. |
0 when value is negative, otherwise value unchanged.