An async generator drips out items one at a time. Try three ways to collect them all into a plain array — only one requires zero boilerplate.
Each call to next() on the async generator takes this long, simulating a real
async source (network page, database cursor, stream).