Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/readerwriterqueue
/ SimpleThread
Method
SimpleThread
tests/common/simplethread.h:87–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
static const int StackSize = 4 * 1024; // bytes
86
87
SimpleThread() : thread(nullptr) { }
88
89
SimpleThread(SimpleThread&& other)
90
: thread(other.thread)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected