Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    r6a77224 rb4b63e8  
    157157
    158158                // current execution status for coroutine
    159                 // Possible values are:
    160                 //    - TICKET_BLOCKED (-1) thread is blocked
    161                 //    - TICKET_RUNNING ( 0) thread is running
    162                 //    - TICKET_UNBLOCK ( 1) thread should ignore next block
    163159                volatile int ticket;
    164160                enum __Coroutine_State state:8;
Note: See TracChangeset for help on using the changeset viewer.