YACLib
C++ library for concurrent tasks execution
|
#include <yaclib/config.hpp>
#include <yaclib/fault/detail/fiber/stack_allocator.hpp>
#include <ucontext.h>
Go to the source code of this file.
Classes | |
class | yaclib::detail::fiber::ExecutionContext |
Namespaces | |
namespace | yaclib |
namespace | yaclib::detail |
namespace | yaclib::detail::fiber |
Typedefs | |
using | yaclib::detail::fiber::Trampoline = void(*)(void *arg) |