Skip to content

gauravjuvekar/csl-coro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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