index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
stc
/
algo
/
coroutine.h
Age
Commit message (
Expand
)
Author
2023-03-06
Simplify macro calling coroutine from coroutine.
Tyge Løvset
2023-03-01
Reverted example moves.
Tyge Løvset
2023-03-01
Moved algorithm examples to algo folder.
Tyge Løvset
2023-02-28
Fixed stopping of sub-coroutines.
Tyge Løvset
2023-02-28
Fixed a state issue in coroutine.
Tyge Løvset
2023-02-28
Final cleanups on corotines.
Tyge Løvset
2023-02-28
Renamed cco_coroutine => overloaded cco_yield(coro, ctx, retval).
Tyge Løvset
2023-02-28
Fixed coroutine.h and examples. cco_return; has no arguments.
Tyge Løvset
2023-02-27
Enhanced c_with and c_scope macros. Improved coroutine.h and example.
Tyge Løvset
2023-02-27
Let cco_end(value) return value. Should be last in function anyway.
Tyge Løvset
2023-02-27
Minor issue fixed.
Tyge Løvset
2023-02-27
Simplified coroutine.h a bit and modified coroutines.c
Tyge Løvset
2023-02-26
Addition to coroutine.h. Allow dynamic allocation of context.
Tyge Løvset
2023-02-25
Finish fixes in coroutine.h.
Tyge Løvset
2023-02-25
Some clever adjustment to coroutine state.
Tyge Løvset
2023-02-25
Renamed algo/ccoro.h => algo/coroutine.h. Using cco_ as prefix. Changed ccoro...
Tyge Løvset
2023-02-24
Replace by ccoro.h
Tyge Løvset
2023-02-23
Fix minor regression in coroutine.h.
Tyge Løvset
2023-02-23
Renamed cco.h to coroutine.h
Tyge Løvset
[prev]