MCPcopy 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
767void StopTorControl()
768{
769 if (gBase) {
770 torControlThread.join();
771 event_base_free(gBase);
772 gBase = nullptr;
773 }
774}

Callers 1

ShutdownFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected