Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
bool LogThreadRunning() {
103
return LogThread.joinable();
104
}
105
106
void Shutdown() {
107
close(LogClientQueuePipe[1]);
Callers
1
HandleSocketData
Function · 0.85
Calls
1
joinable
Method · 0.80
Tested by
no test coverage detected