MCPcopy Create free account
hub / github.com/Extra-Creativity/Modern-Cpp-Basics / Thread

Method Thread

13-Multithreading/Answer-code/Thread.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36public:
37 Thread() = default;
38 Thread(const Thread &) = delete;
39 Thread &operator=(const Thread &) = delete;
40 Thread(Thread &&another) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected