libcommunism
Userspace cooperative threading library
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Clibcommunism::CothreadInstance of a single cooperative thread
 Clibcommunism::CothreadImplAbstract interface for a platform implementation of cothreads
 Clibcommunism::internal::Aarch64Architecture specific methods for working with cothreads on 64 bit ARM machines
 Clibcommunism::internal::Amd64Architecture specific methods for working with cothreads on amd64 based systems
 Clibcommunism::internal::SetJmpContext switching utilizing the C library setjmp() and longjmp() methods
 Clibcommunism::internal::UContextImplementation of context switching that uses the C library's setcontext() methods
 Clibcommunism::internal::x86Architecture specific methods for working with cothreads on x86 systems