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

Function Async

library/cpp/threading/future/async_ut.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 */
23 template <typename Func>
24 TFuture<TFunctionResult<Func>> Async(Func func, TMySuperTaskQueue&) {
25 return MakeFuture(func());
26 }
27
28}
29

Callers 1

Y_UNIT_TESTFunction · 0.70

Calls 2

MakeFutureFunction · 0.85
funcFunction · 0.85

Tested by

no test coverage detected