An AsyncIterator that emits the items of a given array in synchronous bursts of 3 items. The bursts happen asynchronously. Optionally accepts an interval (in ms) between each emitted item.
This class is most useful in tests
since v4.0.0
Generated using TypeDoc
An AsyncIterator that emits the items of a given array in synchronous bursts of 3 items. The bursts happen asynchronously. Optionally accepts an interval (in ms) between each emitted item.
This class is most useful in tests