Printing will block until the print succeeds (the definition of this is
slightly fuzzy I'm afraid - the most accurate answer is probably until it's
in the kernel buffer ready to be printed), yes.


On Mon, Jun 23, 2014 at 4:10 PM, 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
>

Reply via email to