<@UGPMTH1D5>, so, `delay(<http://Dispatchers.IO|D...
# arrow
p
@Derek Berner, so,
delay(<http://Dispatchers.IO|Dispatchers.IO>) { bla() }
is an alias for
IO.just(Unit).continueOn(<http://Dispatchers.IO|Dispatchers.IO>).map { bla() }