Provides a way to queue a unit of work to a context.
Remarks
While there is no built-in multi-threading support in JavaScript, this class provides abstraction for APIs
in the same library (e.g., EventEmitter) to allow their asynchronous behavior to be overridden
to some extent.
Provides a way to queue a unit of work to a context.
Remarks
While there is no built-in multi-threading support in JavaScript, this class provides abstraction for APIs in the same library (e.g., EventEmitter) to allow their asynchronous behavior to be overridden to some extent.