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

Method joinable

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

Source from the content-addressed store, hash-verified

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(); }
104 void swap(SimpleThread & x) noexcept { m_thread.swap(x.m_thread); }
105

Callers 9

GetNamesMethod · 0.80
ShutdownAndJoinMethod · 0.80
~OsmAuthDialogMethod · 0.80
OnActionMethod · 0.80
JoinMethod · 0.80
~ThreadMethod · 0.80
JoinMethod · 0.80
ShutdownAndJoinMethod · 0.80
~GpsTrackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected