Home > @rushstack/node-core-library > AsyncQueue > (constructor)
AsyncQueue.(constructor)
Constructs a new instance of the AsyncQueue
class
Signature:
constructor(iterable?: Iterable<T>);
Parameters
Parameter | Type | Description |
---|---|---|
iterable | Iterable<T> | (Optional) |