MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / Thread

Method Thread

source/core/StarThread_windows.cpp:407–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407Thread::Thread(String const& name) {
408 m_impl.reset(new ThreadImpl([this]() { run(); }, name));
409}
410
411Thread::Thread(Thread&&) = default;
412

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected