This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JBernardo
Recipients JBernardo, neologix, pitrou, rhettinger, sbt
Date 2013-08-05.14:35:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375713325.96.0.990889391693.issue18078@psf.upfronthosting.co.za>
In-reply-to
Content
Seems like "just because I never used I don't support". Boost C++ libraries has a wait_for_any functionality to synchronize futures. C# has a WaitAny in the WaitHandle class (like our Condition).

Another problem is: the Condition class cannot be easily subclassed because all the important bits are _protected... Can you add an interface for the "_waiters" list and "_lock" objects?? If you do that I'll be happy subclassing it.
History
Date User Action Args
2013-08-05 14:35:26JBernardosetrecipients: + JBernardo, rhettinger, pitrou, neologix, sbt
2013-08-05 14:35:25JBernardosetmessageid: <1375713325.96.0.990889391693.issue18078@psf.upfronthosting.co.za>
2013-08-05 14:35:25JBernardolinkissue18078 messages
2013-08-05 14:35:25JBernardocreate