Changes in src/tests/coroutine.c [7fbe450:80d9e49]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/coroutine.c
r7fbe450 r80d9e49 1 1 #include <fstream> 2 #include < coroutines>2 #include <threads> 3 3 4 4 struct Fibonacci { … … 15 15 } 16 16 17 void main(Fibonacci* this) {17 void co_main(Fibonacci* this) { 18 18 #ifdef MORE_DEBUG 19 19 sout | "Starting main of coroutine " | this | endl;
Note: See TracChangeset
for help on using the changeset viewer.