sleep-until ( n/f -- )


Vocabulary
threads

Inputs
n/fa non-negative integer or f


Outputs
None

Word description
Suspends the current thread until the given nanosecond count, returned by nano-count, is reached, or indefinitely if a value of f is passed in.

Other threads may interrupt the sleep by calling interrupt.

Definition


Methods