Skip to content

gauravjuvekar/csl-coro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a7b0da3 · Jun 24, 2018

History

10 Commits
Jun 15, 2018
Jun 24, 2018
May 26, 2018
May 26, 2018
May 26, 2018
Jun 15, 2018
May 26, 2018
May 26, 2018

Repository files navigation

csl-coro - Lock-free async-interrupt-safe stackless coroutines in C

csl-coro is a lock-free async-interrupt-safe implementation of stackless coroutines in C for use in interrupt-based (mostly embedded) single-threaded systems. It depends on the aint-safe library.

Features

  • Purely C11 atomics.
  • Lock-free up to the C11 implementation of stdatomic
  • No dynamic memory use - malloc.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published