- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r1c01c58 rd119d613 68 68 }; 69 69 70 enum __Coroutine_State { Halted, Start, Primed, Blocked, Ready, Active , Cancelled};70 enum __Coroutine_State { Halted, Start, Primed, Blocked, Ready, Active }; 71 71 72 72 struct $coroutine {
Note:
See TracChangeset
for help on using the changeset viewer.