Searched defs:get_future (Results 1 – 9 of 9) sorted by relevance
28 boost::unique_future<Ret> get_future() { return f.get_future(); } in get_future() function in async_func_pt
220 promise<void>::get_future() in get_future() function in promise
153 future<void> promise<void>::get_future() { in get_future() function in promise
36 def get_future(self): member in MyWork
126 auto get_future = ftl::Future(get_int.get_future()); in TEST() local
463 def get_future(self) -> Future: member in FSDPMemTracker._instrument_and_maybe_bypass_collectives.FakeWork
300 future_type get_future() in get_future() function in boost::asio::detail::promise_creator
2357 BOOST_THREAD_FUTURE<R> get_future() in get_future() function in boost::promise2636 BOOST_THREAD_FUTURE<R&> get_future() in get_future() function in boost::promise2819 BOOST_THREAD_FUTURE<void> get_future() in get_future() function in boost::promise3764 BOOST_THREAD_FUTURE<R> get_future() { function in boost::packaged_task
227 def get_future(): function