>
> "Note that condition variables recurse into the event loop - if you have 
> two pieces of code that call ->recv in a round-robin fashion, you lose. 
> Therefore, condition variables are good to export to your caller, but you 
> should avoid making a blocking wait yourself, at least in callbacks, as 
> this asks for trouble."
>

My point exactly, you may be able to do it, like in Mojolicious, but it's a 
very very bad idea.

--
sebastian 

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to