Changeset 6d41f66
- Timestamp:
- Jun 10, 2022, 2:58:52 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 1c56bf7
- Parents:
- c06551b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/concurrent/futures/wait_any.cfa ¶
rc06551b r6d41f66 49 49 } 50 50 for ( i; num_satisfy ) { 51 post(*futures[shuffle_arr[i]].ptr, true);51 fulfil(*futures[shuffle_arr[i]]); 52 52 } 53 53 synchronize();
Note: See TracChangeset
for help on using the changeset viewer.