Home
last modified time | relevance | path

Searched defs:inner_future (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dfuture_unwrap.cpp51 boost::future<int> inner_future = boost::async(boost::launch::async, &p2).unwrap(); in main() local
59 boost::future<int> inner_future = outer_future.unwrap(); in main() local
66 boost::future<int> inner_future = outer_future.unwrap(); in main() local