Changeset 1f0ee71
- Timestamp:
- Jun 11, 2022, 1:43:12 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 563a36b, a8b87d3
- Parents:
- 07997cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/futures/wait_any.cfa
r07997cd r1f0ee71 49 49 } 50 50 for ( i; num_satisfy ) { 51 fulfil( *futures[shuffle_arr[i]]);51 fulfil(futures[shuffle_arr[i]]); 52 52 } 53 53 synchronize();
Note: See TracChangeset
for help on using the changeset viewer.