setTimeout

Sets a timer, one-shot by default. Count tells how many times the timer will fire. Set to zero for a continuously firing timer

version(linux)
setTimeout
(
T
)
(
T t
,,
int count = 1
)
if (
isCallable!T &&
ParameterTypeTuple!(T).length == 0
)
Suggestion Box / Bug Report