MCPcopy Create free account
hub / github.com/catboost/catboost / DecreaseConnections

Method DecreaseConnections

library/cpp/http/server/http.cpp:470–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468 }
469
470 inline void DecreaseConnections() noexcept {
471 AtomicDecrement(ConnectionCount);
472 }
473
474 inline void IncreaseConnections() noexcept {
475 AtomicIncrement(ConnectionCount);

Callers 2

~TClientConnectionMethod · 0.80
ScheduleDeleteMethod · 0.80

Calls 1

AtomicDecrementFunction · 0.50

Tested by

no test coverage detected