Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Enqueue
Method
Enqueue
util/thread/lfqueue.h:387–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
}
386
387
inline void Enqueue(TRef& t) {
388
Queue.Enqueue(t.Get());
389
Y_UNUSED(t.Release());
390
}
391
392
inline void Enqueue(TRef&& t) {
393
Queue.Enqueue(t.Get());
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