The type of elements in the source sequence.
The async-iterable to convert into a set.
Optional
signal: AbortSignalAn optional abort signal to cancel the operation at any time.
A promise which contains a Set with all the elements from the async-iterable.
Generated using TypeDoc
Converts the existing async-iterable into a promise which resolves a Set.