MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / thread

Function thread

include/concurrencpp/threads/thread.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 public:
19 thread() noexcept = default;
20 thread(thread&&) noexcept = default;
21
22 template<class callable_type>
23 thread(std::string name,

Calls

no outgoing calls