Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Acquire
Method
Acquire
library/cpp/neh/pipequeue.h:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
inline size_t Acquire(TCont* c) {
34
ui64 ev;
35
return NCoro::ReadI(c, F_, &ev, sizeof ev).Processed();
36
}
37
38
inline void Release() {
39
const static ui64 ev(1);
Callers
nothing calls this directly
Calls
2
ReadI
Function · 0.85
Processed
Method · 0.80
Tested by
no test coverage detected