hReady -package:tmp-proc

Computation hReady hdl indicates whether at least one item is available for input from handle hdl. This operation may fail with:
Lifted version of hReady
Causes the calling thread to voluntarily relinquish the CPU, so that other threads can run. This function is often used as a method to make busy wait less evil.