MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / LogThreadRunning

Function LogThreadRunning

Source/Tools/FEXServer/Logger.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102bool LogThreadRunning() {
103 return LogThread.joinable();
104}
105
106void Shutdown() {
107 close(LogClientQueuePipe[1]);

Callers 1

HandleSocketDataFunction · 0.85

Calls 1

joinableMethod · 0.80

Tested by

no test coverage detected