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

Method Release

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

Source from the content-addressed store, hash-verified

208 }
209
210 void Release(TPooledSocket::TImpl* impl) noexcept {
211 TGuard<TMutex> guard(Mutex_);
212
213 Pool_.PushFront(impl);
214 }
215
216 TPooledSocket AllocateMore(TConnectData* conn);
217

Callers 2

GetImplMethod · 0.45
ReturnToPoolMethod · 0.45

Calls 1

PushFrontMethod · 0.45

Tested by

no test coverage detected