- File:
-
- 1 edited
-
libcfa/src/concurrency/coroutine.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/coroutine.hfa
r4422579 rbfcf6b9 144 144 145 145 if( unlikely(dst->context.SP == 0p) ) { 146 active_thread()->curr_cor = dst; 146 147 __stack_prepare(&dst->stack, 65000); 147 148 __cfactx_start(main, dst, cor, __cfactx_invoke_coroutine); 149 active_thread()->curr_cor = src; 148 150 } 149 151
Note:
See TracChangeset
for help on using the changeset viewer.