MCPcopy Create free account
hub / github.com/catboost/catboost / Get

Method Get

library/cpp/threading/future/legacy_future.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 inline TResult Get() {
36 this->Join();
37 return Result_.GetValue();
38 }
39
40 private:
41 inline void Join() {

Callers 10

EnqueueMethod · 0.45
THotSwapMethod · 0.45
AtomicStoreMethod · 0.45
with_lockFunction · 0.45
Y_UNIT_TESTFunction · 0.45
with_lockMethod · 0.45
with_lockMethod · 0.45
InitMethod · 0.45
HostWorkerThreadMethod · 0.45
AddMethod · 0.45

Calls 2

JoinMethod · 0.95
GetValueMethod · 0.45

Tested by

no test coverage detected