deboost.context
deboost.context copied to clipboard
"Deboostified" version of boost.context (coroutines), Plain and simple C API for context switching. Easy build on multiple platforms.
Results
1
deboost.context issues
Sort by
recently updated
recently updated
newest added
glibc 2.34 sets the `SIGSTKSZ` constant to `-1` when `_GNU_SOURCE` or `_SC_SIGSTKSZ_SOURCE` are defined: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=6c57d320484988e87e446e2e60ce42816bf51d53 This caused a number of issues in various projects, e.g., https://github.com/vim/vim/pull/7895. It also breaks the...