![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#include <proxy-io.h>
Public Member Functions | |
ProxyServer (ThreadContext &thread_context, std::thread &&thread) | |
~ProxyServer () | |
kj::Promise< void > | getName (GetNameContext context) override |
Public Attributes | |
ThreadContext & | m_thread_context |
std::thread | m_thread |
Definition at line 79 of file proxy-io.h.
mp::ProxyServer< Thread >::ProxyServer | ( | ThreadContext & | thread_context, |
std::thread && | thread | ||
) |
mp::ProxyServer< Thread >::~ProxyServer | ( | ) |
Reset thread context waiter pointer, as shutdown signal for done lambda passed as waiter->wait() argument in makeThread code below.
Assert waiter is idle. This destructor shouldn't be getting called if it is busy.
Ping waiter.
Definition at line 336 of file proxy.cpp.
|
override |
std::thread mp::ProxyServer< Thread >::m_thread |
Definition at line 86 of file proxy-io.h.
ThreadContext& mp::ProxyServer< Thread >::m_thread_context |
Definition at line 85 of file proxy-io.h.