schedule(f,x)
schedule f
schedule t
The computation proceeds in the background, in a thread. The status of the task can be observed by printing t. When the computation is finished, as can be detected with isReady(Task), the final value can be retrieved with taskResult(Task).
If notify is set to true, then useful messages are printed when the task changes state.
|
|
|
|
|
|
The object schedule is a compiled function.