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
