Changes in libcfa/src/concurrency/invoke.h [6a77224:b4b63e8]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r6a77224 rb4b63e8 157 157 158 158 // current execution status for coroutine 159 // Possible values are:160 // - TICKET_BLOCKED (-1) thread is blocked161 // - TICKET_RUNNING ( 0) thread is running162 // - TICKET_UNBLOCK ( 1) thread should ignore next block163 159 volatile int ticket; 164 160 enum __Coroutine_State state:8;
Note:
See TracChangeset
for help on using the changeset viewer.