Yes. Any use of I/O may block a coroutine and allow other tasks to run. On Monday, June 23, 2014, Spencer Russell <[email protected]> wrote:
> I'm debugging some coroutine concurrency stuff and using info() to spit > out debugging info during execution. > > I'm getting some confusing results (My coroutine is blocking when I don't > expect it to), so I wanted to check if printing to stdout ever causes a > coroutine to block. > > peace, > s >
