Changeset b8b64c34 for tests/io/comp_basic.cfa
- Timestamp:
- Feb 27, 2025, 3:17:20 PM (11 months ago)
- Branches:
- master
- Children:
- 3483185
- Parents:
- 9506c70
- File:
-
- 1 edited
-
tests/io/comp_basic.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/io/comp_basic.cfa
r9506c70 rb8b64c34 75 75 // takes its sweet time so the Reader has to block 76 76 thread Writer {}; 77 void main(Writer & this) {77 void main(Writer &) { 78 78 for(TIMES) { 79 79 block( globals.bar );
Note:
See TracChangeset
for help on using the changeset viewer.