Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/coroutine.c

    r7fbe450 r80d9e49  
    11#include <fstream>
    2 #include <coroutines>
     2#include <threads>
    33
    44struct Fibonacci {
     
    1515}
    1616
    17 void main(Fibonacci* this) {
     17void co_main(Fibonacci* this) {
    1818#ifdef MORE_DEBUG
    1919      sout | "Starting main of coroutine " | this | endl;
Note: See TracChangeset for help on using the changeset viewer.