Changes in / [f3cc5b6:204358b]
- File:
-
- 1 edited
-
libcfa/src/concurrency/coroutine.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/coroutine.hfa
rf3cc5b6 r204358b 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.