Hi!

What is the "vibe.d way" to launch concurrent I/O ops and only resume the fiber when all of them complete?
Concretely, I have a bunch of independent DB queries that I would like to launch concurrently to reduce latency.

A quick search through examples and docs didn't give me any clues.