Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/readerwriterqueue
/ ~SimpleThread
Method
~SimpleThread
tests/common/simplethread.cpp:76–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
#endif
75
76
SimpleThread::~SimpleThread()
77
{
78
if (thread != nullptr) {
79
join();
80
delete thread;
81
}
82
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected