You seem to be looking for `all` 
(<https://nim-lang.org/docs/asyncfutures.html#all,varargs[Future[T]]>). It 
takes a series of futures and return a future that will resolve when all the 
others are done.

Reply via email to