develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 522

    1. …in reply to @justinfagnani
      @justinfagnani I recently had a thought about a function that converts an Iterable<Promise<T>> to an AsyncIterable<T>. This would allow you to kick off a bunch of async tasks in parallel, but then consume them in order of completion. Not sure why all-async is slower for your case though.
  1. …in reply to @develwoutacause