HelenOS sources

future_inner_t    175 uspace/lib/cpp/include/__bits/thread/future.hpp     class future: public aux::future_base<aux::future_inner_t<R>>
future_inner_t    181 uspace/lib/cpp/include/__bits/thread/future.hpp                 : aux::future_base<aux::future_inner_t<R>>{}
future_inner_t    187 uspace/lib/cpp/include/__bits/thread/future.hpp                 : aux::future_base<aux::future_inner_t<R>>{move(rhs)}
future_inner_t    190 uspace/lib/cpp/include/__bits/thread/future.hpp             future(aux::shared_state<aux::future_inner_t<R>>* state)
future_inner_t    191 uspace/lib/cpp/include/__bits/thread/future.hpp                 : aux::future_base<aux::future_inner_t<R>>{state}
future_inner_t    231 uspace/lib/cpp/include/__bits/thread/future.hpp             aux::shared_state<aux::future_inner_t<R>>* __state() noexcept
future_inner_t     53 uspace/lib/cpp/include/__bits/thread/shared_future.hpp     class shared_future: public aux::future_base<aux::future_inner_t<R>>
future_inner_t     63 uspace/lib/cpp/include/__bits/thread/shared_future.hpp                 : aux::future_base<aux::future_inner_t<R>>{move(rhs.state_)}
future_inner_t    105 uspace/lib/cpp/include/__bits/thread/shared_future.hpp             aux::shared_state<aux::future_inner_t<R>>* __state() noexcept
HelenOS homepage, sources at GitHub