MCPcopy Create free account
hub / github.com/comaps/comaps / detach

Method detach

libs/base/thread.hpp:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 void detach() { m_thread.detach(); }
100 id get_id() const noexcept { return m_thread.get_id(); }
101 void join() { m_thread.join(); }
102 bool joinable() const noexcept { return m_thread.joinable(); }

Callers 2

~ThreadMethod · 0.45
LoadMapsAsyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected