Changeset 10b5970 for tests/concurrency/channels
- Timestamp:
- Jan 7, 2025, 3:22:19 PM (9 months ago)
- Branches:
- master
- Children:
- 190a833
- Parents:
- 70670e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/channels/ping_pong.cfa
r70670e7 r10b5970 16 16 17 17 thread Pong {}; 18 void main(Pong & this) {18 void main(Pong &) { 19 19 try { 20 20 for ( ;; ) { … … 27 27 28 28 thread Ping {}; 29 void main(Ping & this) {29 void main(Ping &) { 30 30 try { 31 31 for ( ;; ) { … … 39 39 40 40 41 int main( int argc, char * argv[]) {41 int main() { 42 42 sout | "start"; 43 43 processor proc[1];
Note:
See TracChangeset
for help on using the changeset viewer.