clearTimeout? | (id) => void | - |
delayInMS? | number | How many mini-second to delay to run the next job |
dropLast? | boolean | Drop the last one in the queue or the first one |
handleTimeout? | () => Promise<void> | - |
setTimeout? | (callback, timeout) => number | - |
size? | number | Max size of the queue, when it reaches this size, dropping mechanism starts. Drop the first/last one when overflow |
throttleInMS? | number | Throttle in mini-second |
timeoutInMS? | number | Timeout in mini-second |