MCPcopy 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

EnqueuerMethod · 0.45
DequeuerAllMethod · 0.45
WorkerMethod · 0.45

Calls 2

WaitMethod · 0.45
WaitTMethod · 0.45

Tested by

no test coverage detected