libcopp
2.2.0
|
#include <libcopp/utils/config/libcopp_build_features.h>
#include <libcopp/coroutine/coroutine_context.h>
#include <libcopp/stack/stack_allocator.h>
#include <libcopp/stack/stack_traits.h>
#include <libcopp/utils/errno.h>
#include <libcopp/utils/config/stl_include_prefix.h>
#include <cstddef>
#include <libcopp/utils/config/stl_include_suffix.h>
Go to the source code of this file.
Data Structures | |
class | coroutine_context_container< TALLOC > |
coroutine container contain stack context, stack allocator and runtime fcontext More... | |
Typedefs | |
using | coroutine_context_default = coroutine_context_container< allocator::default_statck_allocator > |
using coroutine_context_default = coroutine_context_container<allocator::default_statck_allocator> |
Definition at line 199 of file coroutine_context_container.h.