BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Macros | Typedefs
context.hpp File Reference
#include <fc/thread/thread.hpp>
#include <fc/exception/exception.hpp>
#include <vector>
#include <boost/version.hpp>
#include <boost/context/all.hpp>
#include <boost/coroutine/stack_context.hpp>
#include <boost/assert.hpp>
#include <boost/coroutine/protected_stack_allocator.hpp>

Go to the source code of this file.

Classes

struct  fc::context
 
struct  fc::context::blocked_promise
 

Namespaces

 fc
 

Macros

#define BOOST_COROUTINES_NO_DEPRECATION_WARNING
 
#define BOOST_COROUTINE_NO_DEPRECATION_WARNING
 

Typedefs

typedef bco::protected_stack_allocator stack_allocator
 

Macro Definition Documentation

◆ BOOST_COROUTINE_NO_DEPRECATION_WARNING

#define BOOST_COROUTINE_NO_DEPRECATION_WARNING

Definition at line 9 of file context.hpp.

◆ BOOST_COROUTINES_NO_DEPRECATION_WARNING

#define BOOST_COROUTINES_NO_DEPRECATION_WARNING

Definition at line 8 of file context.hpp.

Typedef Documentation

◆ stack_allocator

typedef bco::protected_stack_allocator stack_allocator

Definition at line 29 of file context.hpp.