Changeset d60a4c2 for tests/concurrency/futures
- Timestamp:
- Jan 11, 2025, 5:48:46 PM (14 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- f886608
- Parents:
- 7d65715f (diff), 32a119e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/concurrency/futures/wait_any.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/futures/wait_any.cfa
r7d65715f rd60a4c2 32 32 33 33 thread Waiter {}; 34 void main( Waiter & this) {34 void main( Waiter & ) { 35 35 for (numtimes) { 36 36 wait_any(futures, num_futures); … … 42 42 43 43 thread Deliverer {}; 44 void main( Deliverer & this) {44 void main( Deliverer & ) { 45 45 while (!done) { 46 46 size_t num_satisfy = random(1,num_futures);
Note:
See TracChangeset
for help on using the changeset viewer.