there're also overrides for starting on other thre...
# arrow
p
there're also overrides for starting on other threads on the extensions packages, so you can do
delay(MAIN) { 1 }.continueOn(IO).flatMap { callNetwork() }
🔝 1