Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ stop
Method
stop
source/game/scripting/StarScriptableThread.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void ScriptableThread::stop() {
58
m_stop = true;
59
Thread::join();
60
}
61
62
void ScriptableThread::setPause(bool pause) {
63
m_pause = pause;
Callers
2
uninit
Method · 0.45
makeThreadsCallbacks
Method · 0.45
Calls
1
join
Function · 0.50
Tested by
no test coverage detected