Home
last modified time | relevance | path

Searched refs:makeAsyncTask (Results 1 – 3 of 3) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/futures/test/
H A DViaTest.cpp220 .thenValueInline(folly::makeAsyncTask(&x2, [&](auto&&) { c = true; })); in TEST()
H A DFutureTest.cpp1317 makeAsyncTask(executor, [=](auto&&) { return depth == 0; })); in TEST()
/dports/devel/folly/folly-2021.12.27.00/folly/futures/
H A DFuture.h2016 auto makeAsyncTask(folly::Executor::KeepAlive<> ka, F&& func) { in makeAsyncTask() function