BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <fc/thread/thread.hpp>
#include <fc/thread/mutex.hpp>
#include <fc/thread/scoped_lock.hpp>
#include <fc/thread/future.hpp>
#include <fc/log/logger.hpp>
#include <fc/io/enum_type.hpp>
#include <graphene/net/message_oriented_connection.hpp>
#include <graphene/net/stcp_socket.hpp>
#include <graphene/net/config.hpp>
#include <atomic>
Go to the source code of this file.
Classes | |
class | graphene::net::detail::message_oriented_connection_impl |
class | graphene::net::detail::no_parallel_execution_guard |
Namespaces | |
graphene | |
graphene::net | |
graphene::net::detail | |
Macros | |
#define | DEFAULT_LOGGER "p2p" |
#define | VERIFY_CORRECT_THREAD() assert(_thread->is_current()) |
#define DEFAULT_LOGGER "p2p" |
Definition at line 40 of file message_oriented_connection.cpp.
#define VERIFY_CORRECT_THREAD | ( | ) | assert(_thread->is_current()) |
Definition at line 43 of file message_oriented_connection.cpp.