Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TzuHuanTai/RaspberryPi-WebRTC
/ Thread
Method
Thread
src/common/worker.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void Worker::Thread() {
24
while (!abort_.load()) {
25
executing_function_();
26
}
27
}
Callers
1
Run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected