next_op_secs {later} | R Documentation |
Relative time to next scheduled operation
Description
Returns the duration between now and the earliest operation that is currently
scheduled, in seconds. If the operation is in the past, the value will be
negative. If no operation is currently scheduled, the value will be Inf
.
Usage
next_op_secs(loop = current_loop())
Arguments
loop |
A handle to an event loop. |
[Package later version 1.3.2 Index]