MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / SimpleThread

Method SimpleThread

tests/common/simplethread.h:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 static const int StackSize = 4 * 1024; // bytes
94
95 SimpleThread() : thread(nullptr) { }
96
97 SimpleThread(SimpleThread&& other)
98 : thread(other.thread)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected