Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ ~StreamSocketTest
Method
~StreamSocketTest
system/net/socket_test.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
m_thread.Start(std::bind(&StreamSocketTest::IoThread, this));
123
}
124
~StreamSocketTest()
125
{
126
m_thread.Join();
127
}
128
129
private:
130
void IoThread()
Callers
nothing calls this directly
Calls
1
Join
Method · 0.45
Tested by
no test coverage detected