Changeset d923fca for tests/concurrency/waituntil/futures.cfa
- Timestamp:
- Feb 18, 2025, 12:54:23 PM (6 weeks ago)
- Branches:
- master
- Children:
- 8705a11
- Parents:
- 3e5fea2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/concurrency/waituntil/futures.cfa ¶
r3e5fea2 rd923fca 8 8 9 9 thread Server1 {}; 10 void main( Server1 & this) {10 void main( Server1 & ) { 11 11 fulfil(B, 3); 12 12 P( s ); … … 16 16 17 17 thread Server2 {}; 18 void main( Server2 & this) {18 void main( Server2 & ) { 19 19 fulfil(B, 6); 20 20 fulfil(A, 5);
Note: See TracChangeset
for help on using the changeset viewer.