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
/
misc
/
examples
/
coroutines
Age
Commit message (
Expand
)
Author
2023-08-17
Renamed "internal" csview member .str => .buf, as it is not null terminated l...
Tyge Lovset
2023-08-13
Updated scheduler.c example.
tylov
2023-08-13
Removed csview_null - use csview_init().
tylov
2023-08-08
Reverted cco_cleanup => cco_final. (cco_cleanup deprecated).
Tyge Løvset
2023-08-06
Docs improvements in README.md
tylov
2023-08-01
Last minute API change for coroutines before V4.3 release:
Tyge Løvset
2023-07-31
Renamed cco_generator() => cco_iter_struct(). More in line with cco_task_stru...
tylov
2023-07-30
Added cco_generator(Name, ...) macro to simplify defining the iterator struct...
tylov
2023-07-24
Updated godbolt links to working v4.3 examples.
tylov
2023-07-23
- algo/sort.h: Use plural form of i_key (or i_val) to define default name for...
tylov
2023-07-21
NB! Changed some coroutine API for consistency/simplicity: Added full task su...
tylov
2023-07-21
Renamed badly abbreviated names in crand.h.
tylov
2023-07-20
Moved examples to sub-directories. Added cotask1.c cotask2.c examples.
tylov