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