| 
    libcommunism
    
   Userspace cooperative threading library 
   | 
 
#include "CothreadPrivate.h"#include "CothreadImpl.h"#include <array>#include <cstddef>#include <mutex>#include <csetjmp>Go to the source code of this file.
Classes | |
| class | libcommunism::internal::SetJmp | 
Context switching utilizing the C library setjmp() and longjmp() methods.  More... | |
Namespaces | |
| libcommunism | |
| Main namespace for the libcommunism library.  | |
| libcommunism::internal | |
| Implementation details (including architecture/platform specific code) for the library.  | |