Ignore:
Timestamp:
Jan 9, 2019, 1:11:08 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
76e069f
Parents:
274da98
Message:

added some comments and moved a line to ease coroutine cancellation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/coroutine.cfa

    r274da98 rf23b685  
    165165            coroutine_desc * src = TL_GET( this_coroutine ); // optimization
    166166
     167            src->state = Halted;
     168
    167169            assertf( src->starter != 0,
    168170                  "Attempt to suspend/leave coroutine \"%.256s\" (%p) that has never been resumed.\n"
Note: See TracChangeset for help on using the changeset viewer.