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

Method get_id

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

Source from the content-addressed store, hash-verified

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(); }
103 native_handle_type native_handle() { return m_thread.native_handle(); }

Callers 2

ScheduleTaskMethod · 0.45
RunScenarioMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected