If I'm adapting some I/O (`HttpURLConnection`, rea...
# coroutines
a
If I'm adapting some I/O (
HttpURLConnection
, reading an
InputStream
) to a coroutine, it seems like I'd want to do something to suspend the coroutine while waiting on the network or disk. Is there a good example of this?