Changeset 10b5970 for tests/concurrency/suspend_then.cfa
- Timestamp:
- Jan 7, 2025, 3:22:19 PM (13 days ago)
- Branches:
- master
- Children:
- 190a833
- Parents:
- 70670e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/suspend_then.cfa
r70670e7 r10b5970 64 64 65 65 thread Thread {}; 66 void main( Thread & this) {66 void main( Thread & ) { 67 67 Coroutine * mine = 0p; 68 68 while(!done) { … … 78 78 79 79 80 int main( int argc, char* argv[]) {80 int main() { 81 81 processor p[2]; 82 82 Coroutine c;
Note: See TracChangeset
for help on using the changeset viewer.