Class representing a work queue used to execute asynchronous tasks sequentially in the order they are queued.
Creates a new instance of WorkQueue.
Private
Posts an asynchronous task to the work queue. The task will be executed after all previously queued tasks have completed.
The task to post to the queue.
Generated using TypeDoc
Class representing a work queue used to execute asynchronous tasks sequentially in the order they are queued.