Changeset 7fbe450 for src/libcfa/concurrency/coroutines
- Timestamp:
- Jan 18, 2017, 12:06:44 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- c84e80a
- Parents:
- c49bf54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/libcfa/concurrency/coroutines ¶
rc49bf54 r7fbe450 26 26 // Anything that is resumed is a coroutine. 27 27 trait is_coroutine(dtype T) { 28 void co_main(T * this);28 void main(T * this); 29 29 coroutine * get_coroutine(T * this); 30 30 };
Note: See TracChangeset
for help on using the changeset viewer.