Searched refs:callbackRes (Results 1 – 1 of 1) sorted by relevance
1735 std::shared_future<void> callbackRes = std::async(std::launch::deferred, [] {}); in postWithCallback() local1736 callback(callbackRes); in postWithCallback()