Ignore:
File:
1 edited

Legend:

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

    r4269d1b r23edb61  
    344344bool poll() libcfa_public { return poll( active_coroutine() ); }
    345345coroutine$ * resumer() libcfa_public { return active_coroutine()->last; }
    346 coroutine$ * first_resumer() libcfa_public { return active_coroutine()->starter; }
    347346
    348347// user facing ehm operations
     
    359358
    360359    coroutine$ * resumer( T & cor ) libcfa_public { return get_coroutine( cor )->last; }
    361     coroutine$ * first_resumer( T & cor ) libcfa_public { return get_coroutine( cor )->starter; }
    362360}
    363361
Note: See TracChangeset for help on using the changeset viewer.