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

Method swap

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

Source from the content-addressed store, hash-verified

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
106private:
107 static void ThreadFunc(std::function<void()> && fn);

Callers 15

FilterTileFunction · 0.45
ClearMethod · 0.45
CollectFeatureMethod · 0.45
PurgeMethod · 0.45
SwapMethod · 0.45
SetLastErrorFunction · 0.45
OsmTagMixerMethod · 0.45
moveRoutePointMethod · 0.45
MakeValidMethod · 0.45
SwapMethod · 0.45
SimplifyLevelMethod · 0.45
AppendToVectorMethod · 0.45

Calls

no outgoing calls

Tested by 2

swapFunction · 0.36
UNIT_TESTFunction · 0.36