Implements https://github.com/tc39/proposal-array-from-async This function works like Array.from, but accepts async iterators instead of sync iterators.
An async iterable
A promise that resolves to an array that includes all items yielded by the async iterable.
Implements https://github.com/tc39/proposal-array-from-async This function works like Array.from, but accepts async iterators instead of sync iterators.