| Source path: svn/ tags/ release-1.05a/ OtlCollections.pas |
|
|
|
|
Change log
! TOmniBlockingCollection.TryTake was broken. When two threads were waiting in TryTake at the same time, first thread to complete the wait would remove observer from the queue and that would cause next Add *not* to wake the other waiting thread.
| Go to: |
Project members,
sign in to write a code review
Older revisions
r584
by pri...@gabrijelcic.org
on Jan 14, 2010
Diff
+ First working implementation of the Parallel.ForEach. + blocking collection: Small changes required for the interoperability with the Parallel.ForEach. ...