MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / wait

Method wait

Sources/Dependencies/ixwebsocket/IXSocketServer.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 void SocketServer::wait()
195 {
196 std::unique_lock<std::mutex> lock(_conditionVariableMutex);
197 _conditionVariable.wait(lock);
198 }
199
200 void SocketServer::stopAcceptingConnections()
201 {

Callers 5

CrashHandlerMethod · 0.80
runGCMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected