![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <mp/proxy.h>#include <mp/proxy-io.h>#include <mp/proxy-types.h>#include <mp/proxy.capnp.h>#include <mp/type-threadmap.h>#include <mp/util.h>#include <atomic>#include <capnp/capability.h>#include <capnp/common.h>#include <capnp/rpc.h>#include <condition_variable>#include <functional>#include <future>#include <kj/async.h>#include <kj/async-io.h>#include <kj/async-prelude.h>#include <kj/common.h>#include <kj/debug.h>#include <kj/function.h>#include <kj/memory.h>#include <kj/string.h>#include <map>#include <memory>#include <optional>#include <stdexcept>#include <string>#include <sys/socket.h>#include <thread>#include <tuple>#include <unistd.h>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | mp |
| Functions to serialize / deserialize common bitcoin types. | |
Functions | |
| std::tuple< ConnThread, bool > | mp::SetThread (GuardedRef< ConnThreads > threads, Connection *connection, const std::function< Thread::Client()> &make_thread) |
| std::string | mp::LongThreadName (const char *exe_name) |
| kj::StringPtr | mp::KJ_STRINGIFY (Log flags) |