Charlie L
07/12/2021, 11:33 PMlistOf(…).map { async { someNio() } }.awaitAll()
discouraged for any reason? I came across the “worker pool” pattern.louiscad
07/26/2021, 9:39 AMcoroutineScope { … }
surrounding the async { … }
blocks to ensure structured concurrency is not broken and gives you proper cancellation support.