MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / Thread

Function Thread

Libraries/Threading/Threading.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126struct SC_THREADING_EXPORT Thread
127{
128 Thread() = default;
129 ~Thread();
130
131 // Cannot be copied or moved (as it would require a dynamic allocation for the type erased Function)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected