The type of method names to be replaced by queued versions.
Construct a new Queue.
Queue configuration.
Check whether the queue needs to be flushed.
Delay in milliseconds. If defined the queue will be periodically flushed.
Maximum number of entries in the queue before it will be flushed.
Destroy the queue. The queue will first flush all queued actions, and in case it has extended an object, will restore the original object.
Flush all queued calls
Queue a call.
The function or entry to be queued.
Replace a method on an object with a queued version.
Object having the method.
The method name.
Update the configuration of the queue.
Queue configuration.
Extend an object with queuing functionality. The object will be extended with a function flush, and the methods provided in options.replace will be replaced with queued ones.
The object to be extended.
Additional options.
The created queue.
Generated using TypeDoc
A queue.