Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CompleteWrite
Method
CompleteWrite
library/cpp/threading/chunk_queue/queue.h:185–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
void CompleteWrite() {
186
AtomicSet(Writer.Chunk->Count, Writer.Chunk->Count + 1);
187
}
188
189
T* PrepareRead() {
190
TChunk* chunk = Reader.Chunk;
Callers
1
TryEnqueue
Method · 0.80
Calls
1
AtomicSet
Function · 0.50
Tested by
no test coverage detected