Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
Thread::Thread(String const& name) {
408
m_impl.reset(new ThreadImpl([this]() { run(); }, name));
409
}
410
411
Thread::Thread(Thread&&) = default;
412
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected