YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
execution_context.hpp File Reference
#include <yaclib/config.hpp>
#include <yaclib/fault/detail/fiber/stack_allocator.hpp>
#include <ucontext.h>
Include dependency graph for execution_context.hpp:
This graph shows which files directly or indirectly include this file:

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)