new TaskQueue()
Constructs a new task queue.
Members
-
options :Object
-
Used to control the asynchronous processing.
- timeout: After this amount of time (in ms), a scheduled task is executed even if doing so risks causing a negative performance impact (e.g. bad frame time).
-
readonly tasks :Array.<Task>
-
A list of pending tasks.