delay

Delay fiber execution by req duration.

version(linux)
nothrow
void
delay
(
T
)
(
T req
)
if (
is(T : const timespec*) ||
is(T : Duration)
)

Meta