type Task
An object that’s passed as an argument to each task function.
static
type Task = {
queue: AsyncTaskQueue;
cancelled: boolean;
}Related
- class AsyncTaskQueueA class that represents a queue of asynchronous tasks within a Scheduler.
An object that’s passed as an argument to each task function.
static
type Task = {
queue: AsyncTaskQueue;
cancelled: boolean;
}