Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
inline void TPooledSocket::TImpl::ReturnToPool() noexcept {
226
Pool_->Release(this);
227
}
228
229
230
class TContIO: public IInputStream, public IOutputStream {
Callers
nothing calls this directly
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected