"Carl J. Van Arsdall" <[EMAIL PROTECTED]> writes:
> Le Monde De Python,
>
> I've been working a lot with python threads from the threading module.
> Specifically, when is it better to use a condition object vs an event
> object?
Condition is the universal primitive for waiting for some conditio
Le Monde De Python,
I've been working a lot with python threads from the threading module.
Specifically, when is it better to use a condition object vs an event
object?
It seems to me that, at least superficially, I can just about use these
two mechanisms interchangeably. The only real diffe