timedwait
timedwait(testcb::Function, secs::Float64; pollint::Float64=0.1)
Waits till testcb
returns true
or for secs
seconds, whichever is earlier. testcb
is polled every pollint
seconds.
Examples
See Also
:@time, :@timed, :@timev, now, sleep, tic, time, timedwait, Timer, time_ns, toc, toq,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.