Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ IOThread
Method
IOThread
src/IOThread.cpp:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#define SPIN_WAIT_SLEEP_MS 5
8
9
IOThread::IOThread() {
10
terminated.store(false);
11
stopping.store(false);
12
}
13
14
IOThread::~IOThread() {
15
terminated.store(true);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected