Changeset d60a4c2 for tests/concurrency/coroutineYield.cfa
- Timestamp:
- Jan 11, 2025, 5:48:46 PM (8 months ago)
- Branches:
- master
- Children:
- f886608
- Parents:
- 7d65715f (diff), 32a119e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/coroutineYield.cfa
r7d65715f rd60a4c2 24 24 coroutine Coroutine {}; 25 25 26 void main( Coroutine& this) {26 void main( Coroutine & ) { 27 27 while(true) { 28 28 #if !defined(TEST_FOREVER) … … 39 39 40 40 Coroutine c; 41 int main( int argc, char* argv[]) {41 int main() { 42 42 for(int i = 0; TEST(i < N); i++) { 43 43 #if !defined(TEST_FOREVER)
Note:
See TracChangeset
for help on using the changeset viewer.