Searched defs:shared_future (Results 1 – 3 of 3) sorted by relevance
262 class shared_future : private detail::future_base< R > { class266 explicit shared_future( typename base_type::ptr_type const& p) noexcept : in shared_future() function in boost::fibers::shared_future275 shared_future( shared_future const& other) : in shared_future() function in boost::fibers::shared_future279 shared_future( shared_future && other) noexcept : in shared_future() function in boost::fibers::shared_future283 shared_future( future< R > && other) noexcept : in shared_future() function in boost::fibers::shared_future321 class shared_future< R & > : private detail::future_base< R & > { class325 explicit shared_future( typename base_type::ptr_type const& p) noexcept : in shared_future() function in boost::fibers::shared_future334 shared_future( shared_future const& other) : in shared_future() function in boost::fibers::shared_future338 shared_future( shared_future && other) noexcept : in shared_future() function in boost::fibers::shared_future342 shared_future( future< R & > && other) noexcept : in shared_future() function in boost::fibers::shared_future[all …]
2130 class shared_future : public detail::basic_future<R> class2161 shared_future(future_ptr a_future): in shared_future() function in boost::shared_future2169 shared_future(shared_future const& other): in shared_future() function in boost::shared_future2175 BOOST_CONSTEXPR shared_future() in shared_future() function in boost::shared_future2178 shared_future(exceptional_ptr const& ex): in shared_future() function in boost::shared_future2189 shared_future(BOOST_THREAD_RV_REF(shared_future) other) BOOST_NOEXCEPT : in shared_future() function in boost::shared_future2193 shared_future(BOOST_THREAD_RV_REF( BOOST_THREAD_FUTURE<R> ) other) BOOST_NOEXCEPT : in shared_future() function in boost::shared_future
143 typedef boost::shared_future<bool> shared_future; typedef230 typedef std::shared_future<bool> shared_future; typedef