Re: [OT] Win32 condition variable implementation
From: Alon Ziv <alonz_at_wonder.nolaviz.org>
Date: 2003-09-12 10:52:25 CEST
Well, I'm humbled :-)
How about the following (pseudo-Python again :-)):
wait(cond,mutex):
signal(cond):
broadcast(cond):
It's simpler than the version in the article you linked (sorry, I forgot the
The "SignalObjectAndWait" can also be replaced by
So, am I right or am I right? ;-)
-az
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.