Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_TEST
Function · 0.70
Calls
2
MakeFuture
Function · 0.85
func
Function · 0.85
Tested by
no test coverage detected