- File:
-
- 1 edited
-
libcfa/src/concurrency/coroutine.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/coroutine.hfa
raa00626 r10248ae0 49 49 50 50 forall(dtype T | is_coroutine(T)) 51 static inline voidresume(T & cor);51 static inline T & resume(T & cor); 52 52 53 53 forall(dtype T | is_coroutine(T))
Note:
See TracChangeset
for help on using the changeset viewer.