Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
759
void HTTPServer::StartSocketsThreads()
760
{
761
m_thread_socket_handler = std::thread(&util::TraceThread,
762
"http"
,
763
[this] { ThreadSocketHandler(); });
764
}
765
766
void HTTPServer::JoinSocketsThreads()
767
{
Callers
2
StartHTTPServer
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64