Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ restartThread
Method
restartThread
src/base/Thread.cpp:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void Thread::restartThread() {
89
_state = State::Starting;
90
}
91
92
void Thread::terminateThread() {
93
stopThread();
Callers
1
restartStreaming
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected