Writing to stdout from async function

You need group.concurrent, because group.async is not guaranteed to run until you call group.await, which means never for this kind of loop.

2 Likes