Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Await
Method
Await
util/thread/lfstack_ut.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void Await() {
31
EventObject_.Wait();
32
}
33
34
bool Await(TDuration timeout) {
35
return EventObject_.WaitT(timeout);
Callers
3
Enqueuer
Method · 0.45
DequeuerAll
Method · 0.45
Worker
Method · 0.45
Calls
2
Wait
Method · 0.45
WaitT
Method · 0.45
Tested by
no test coverage detected