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

Method VoidFunc

library/cpp/threading/future/future_ut.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 void VoidFunc(const TFuture<int>& future) {
142 future.GetValue();
143 }
144
145 TFuture<int> FutureFunc(const TFuture<int>& future) {
146 return MakeFuture(Value += future.GetValue());

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected