getQueue
Returns the (first) queue with the specified name.
getQueue(name: string | symbol): AsyncTaskQueue | undefined
Related
- class SchedulerA class that creates and manages asynchronous task queues.
Returns the (first) queue with the specified name.
getQueue(name: string | symbol): AsyncTaskQueue | undefined