can anyone explain the best way to make IO multith...
# announcements
j
can anyone explain the best way to make IO multithreaded? i'm trying to write multiple files to disk using coroutines but it's actually slower using
launch
than just looping over the files without
launch