Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ StopTorControl
Function
StopTorControl
src/torcontrol.cpp:767–774 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
765
}
766
767
void StopTorControl()
768
{
769
if (gBase) {
770
torControlThread.join();
771
event_base_free(gBase);
772
gBase = nullptr;
773
}
774
}
Callers
1
Shutdown
Function · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected