MCPcopy Create free account
hub / github.com/axmolengine/axmol / decreaseThreadCountAndMayDeleteThis

Method decreaseThreadCountAndMayDeleteThis

core/network/HttpClient-wasm.cpp:315–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 void HttpClient::decreaseThreadCountAndMayDeleteThis()
316 {
317 --_threadCount;
318 if (0 == _threadCount)
319 {
320 delete this;
321 }
322 }
323
324 void HttpClient::setTimeoutForConnect(int value)
325 {

Callers 2

destroyInstanceMethod · 0.80
onRequestCompleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected