source: src/libcfa/concurrency/threads.c @ f773f67

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since f773f67 was 0e76cf4f, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

Updated the makefile for concurrency

  • Property mode set to 100644
File size: 138 bytes
RevLine 
[0e76cf4f]1#include "threads"
2
3forall(dtype T | coroutine_t(T))
4void suspend(T* cor) {
5
6}
7
8forall(dtype T | coroutine_t(T))
9void resume(T* cor) {
10
11}
Note: See TracBrowser for help on using the repository browser.