Changeset d829c6d for tests/concurrency
- Timestamp:
- Jul 11, 2023, 2:29:49 PM (18 months ago)
- Branches:
- master
- Children:
- c16cc99
- Parents:
- bbecdd4
- Location:
- tests/concurrency/waituntil
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/waituntil/channel_close.cfa
rbbecdd4 rd829c6d 31 31 } 32 32 waituntil( (in << A) ) { assert( A_removes == in ); A_removes++; removes++; } 33 or waituntil( (in 2 << B) ) { assert( B_removes == in2); B_removes++; removes++; }33 or waituntil( (in << B) ) { assert( B_removes == in ); B_removes++; removes++; } 34 34 } 35 35 } catchResume ( channel_closed * e ) {} // continue to remove until would block … … 74 74 ^B{}; 75 75 76 useAnd = true; 77 76 78 inserts = 0; 77 79 removes = 0;
Note: See TracChangeset
for help on using the changeset viewer.