gotoOla
12/06/2018, 12:47 PMe5l
12/06/2018, 1:59 PMmp
12/06/2018, 2:25 PMwithContext(IO) { slowCallHere() }
. Note that it's for blocking io calls, not cpu-intensive blocking calls -- the cap on the number of threads is set high, and if you used them all for heavy cpu work it would be inefficient because there would be so much context switching.