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

Method ReturnToPool

library/cpp/coroutine/engine/sockpool.h:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223};
224
225inline void TPooledSocket::TImpl::ReturnToPool() noexcept {
226 Pool_->Release(this);
227}
228
229
230class TContIO: public IInputStream, public IOutputStream {

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected