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