Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetImpl
Method · 0.45
ReturnToPool
Method · 0.45
Calls
1
PushFront
Method · 0.45
Tested by
no test coverage detected