new AsyncTaskQueue
Creates a new task queue.
constructor(name: string | symbol, options: AsyncTaskQueue.Options)
Note
You should use Scheduler to create instances of this class, rather than calling this constructor directly.
Related
- class AsyncTaskQueueA class that represents a queue of asynchronous tasks within a Scheduler.