FastScheduler
FastScheduler doesn't care about your "priority". Who needs that anyway?
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Retrieve the current "open evaluations" - the last task to start running user code (ITask.onStart, ITask.onTick, ITask.onFinish) in this context.
Link copied to clipboard
Returns the current owner of a Lock, or null if there is no current owner (i.e. it is released.)
Link copied to clipboard
Retrieve the list of "open evaluations" - a "mini call stack" containing the stack of tasks that are actively running user code (ITask.onStart, ITask.onTick, ITask.onFinish)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Clean up after the provided task has finished. The task should have already been moved to one of the finish states (ITask.State.Finished or ITask.State.Cancelled) before this method is called.