- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/exception.cfa
r4269d1b rc18bf9e 57 57 struct coroutine$ * src = (coroutine$ *)stop_param; 58 58 struct coroutine$ * dst = src->last; 59 dst->cancellation = 1p; 59 60 60 $ctx_switch( src, dst ); 61 61 abort();
Note:
See TracChangeset
for help on using the changeset viewer.