Message208652
Uploading proposed new version of as_completed() for review. Note the following changes:
- does not install waiters for Futures which are completed
- locks only one Future at a time to improve concurrency (rather than locking all Futures at once); traverses Futures in the order given, as no need to sort into a canonical order
- immediately yields each completed Future, without waiting to lock and examine other Futures
- fixes locking bug in waiter removal |
|
Date |
User |
Action |
Args |
2014-01-21 15:19:29 | glangford | set | recipients:
+ glangford |
2014-01-21 15:19:29 | glangford | set | messageid: <1390317569.22.0.768608483069.issue20297@psf.upfronthosting.co.za> |
2014-01-21 15:19:29 | glangford | link | issue20297 messages |
2014-01-21 15:19:29 | glangford | create | |
|