Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/coroutine.cfa

    r427854b rac2b598  
    208208
    209209                if(cor->state == Primed) {
    210                         __cfactx_suspend();
     210                        suspend();
    211211                }
    212212
Note: See TracChangeset for help on using the changeset viewer.