sleep-time ( -- nanos/f )


Vocabulary
threads

Inputs
None

Outputs
nanos/fa non-negative integer or f


Word description
Returns the time until the next sleeping thread is scheduled to wake up, which could be zero if there are threads in the run queue, or threads which need to wake up right now. If there are no runnable or sleeping threads, returns f.

Definition