- File:
-
- 1 edited
-
src/libcfa/concurrency/invoke.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.c
r8761006c ree897e4b 48 48 main( this ); 49 49 50 cor->state = Halt; 51 cor->notHalted = false; 50 cor->state = Halted; 52 51 53 52 //Final suspend, should never return
Note:
See TracChangeset
for help on using the changeset viewer.