Timer.wait

Wait for the timer to trigger.

struct Timer
nothrow
void
wait
(
T
)
if (
is(T : const timespec*) ||
is(T : Duration)
)

Meta