MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / StartSocketsThreads

Method StartSocketsThreads

src/httpserver.cpp:759–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759void HTTPServer::StartSocketsThreads()
760{
761 m_thread_socket_handler = std::thread(&util::TraceThread,
762 "http",
763 [this] { ThreadSocketHandler(); });
764}
765
766void HTTPServer::JoinSocketsThreads()
767{

Callers 2

StartHTTPServerFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64