Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Wait
Method
Wait
library/cpp/par/par_context.cpp:355–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
Ready.Signal();
354
}
355
void Wait() {
356
Ready.Wait();
357
}
358
};
359
360
void TContextDistributor::DeleteContextRawData(int envId, int hostId, bool keepContextOnMaster) {
Callers
7
Run
Method · 0.45
MultiClientThreadLoopFunction
Method · 0.45
ReceiveLoopFunc
Method · 0.45
DeleteContextRawData
Method · 0.45
GetRawResult
Method · 0.45
GetResults
Method · 0.45
RunSlave
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected