- File:
-
- 1 edited
-
libcfa/src/concurrency/coroutine.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/coroutine.cfa
r4269d1b r23edb61 344 344 bool poll() libcfa_public { return poll( active_coroutine() ); } 345 345 coroutine$ * resumer() libcfa_public { return active_coroutine()->last; } 346 coroutine$ * first_resumer() libcfa_public { return active_coroutine()->starter; }347 346 348 347 // user facing ehm operations … … 359 358 360 359 coroutine$ * resumer( T & cor ) libcfa_public { return get_coroutine( cor )->last; } 361 coroutine$ * first_resumer( T & cor ) libcfa_public { return get_coroutine( cor )->starter; }362 360 } 363 361
Note:
See TracChangeset
for help on using the changeset viewer.