Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Enqueue
Method
Enqueue
library/cpp/neh/tcp.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
template <class TPtr>
84
inline void Enqueue(TPtr p) noexcept {
85
L.PushBack(p.Release());
86
Ev.Signal();
87
}
88
89
template <class TPtr>
90
inline bool Dequeue(TPtr& p) noexcept {
Callers
6
Enqueue
Method · 0.45
RunDispatcher
Method · 0.45
Enqueue
Method · 0.45
~TClient
Method · 0.45
Schedule
Method · 0.45
RunDispatcher
Method · 0.45
Calls
3
PushBack
Method · 0.45
Release
Method · 0.45
Signal
Method · 0.45
Tested by
no test coverage detected