Ignore:
File:
1 edited

Legend:

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

    r1c01c58 rd119d613  
    5757
    5858STOP_AT_END_FUNCTION(coroutine_cancelstop,
    59         struct $coroutine * src = ($coroutine *)stop_param;
    60         struct $coroutine * dst = src->last;
    61 
    62         $ctx_switch( src, dst );
     59        // TODO: Instead pass information to the last resumer.
    6360        abort();
    6461)
Note: See TracChangeset for help on using the changeset viewer.