Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DecCount
Method
DecCount
util/thread/lfqueue.h:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
template <class T>
17
void DecCount(const T& data) {
18
(void)data;
19
}
20
};
21
22
// @brief lockfree queue
Callers
1
Dequeue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected