Performs one cycle of work. "One cycle" is an arbitrarily small unit of work. For instance, if the task is to do something to all elements in an array, one cycle could process a set number of elements from the array.
The task that is performing the computation.
False if there is no more work to be done. True otherwise.
Inform the computation that it should reset its state to start a computation anew.
Generated using TypeDoc
Performs one cycle of work. "One cycle" is an arbitrarily small unit of work. For instance, if the task is to do something to all elements in an array, one cycle could process a set number of elements from the array.