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

Method start

Sources/Dependencies/ixwebsocket/IXWebSocket.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 void WebSocket::start()
182 {
183 if (_thread.joinable()) return; // we've already been started
184
185 _thread = std::thread(&WebSocket::run, this);
186 }
187
188 void WebSocket::stop(uint16_t code, const std::string& reason)
189 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected