Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Enqueue
Method
Enqueue
library/cpp/threading/chunk_queue/queue.h:542–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
}
541
542
void Enqueue(TItem value) {
543
Impl.Enqueue(value.Get());
544
Y_UNUSED(value.Release());
545
}
546
547
bool Dequeue(TItem& value) {
548
T* ptr = nullptr;
Callers
nothing calls this directly
Calls
4
Y_UNUSED
Function · 0.85
Enqueue
Method · 0.45
Get
Method · 0.45
Release
Method · 0.45
Tested by
no test coverage detected