This is the complete list of members for dispenso::Future< Result >, including all inherited members.
| Future (defined in dispenso::Future< Result >) | dispenso::Future< Result > | friend | 
| Future() noexcept | dispenso::Future< Result > | inline | 
| Future(Future &&f) noexcept | dispenso::Future< Result > | inline | 
| Future(Base &&f) noexcept (defined in dispenso::Future< Result >) | dispenso::Future< Result > | inline | 
| Future(const Future &f) noexcept | dispenso::Future< Result > | inline | 
| Future(const Base &f) noexcept (defined in dispenso::Future< Result >) | dispenso::Future< Result > | inline | 
| Future(F &&f, Schedulable &schedulable, std::launch asyncPolicy=kNotAsync, std::launch deferredPolicy=std::launch::deferred) | dispenso::Future< Result > | inline | 
| get() const | dispenso::Future< Result > | inline | 
| is_ready() const | dispenso::Future< Result > | inline | 
| make_ready_future(T &&t) | dispenso::Future< Result > | friend | 
| operator=(Future &&f) noexcept | dispenso::Future< Result > | inline | 
| operator=(const Future &f) | dispenso::Future< Result > | inline | 
| share() | dispenso::Future< Result > | inline | 
| then(F &&f, Schedulable &sched, std::launch asyncPolicy=kNotAsync, std::launch deferredPolicy=std::launch::deferred) | dispenso::Future< Result > | inline | 
| then(F &&f) (defined in dispenso::Future< Result >) | dispenso::Future< Result > | inline | 
| valid() const noexcept | dispenso::Future< Result > | inline | 
| wait() const | dispenso::Future< Result > | inline | 
| wait_for(const std::chrono::duration< Rep, Period > &timeoutDuration) const | dispenso::Future< Result > | inline | 
| wait_until(const std::chrono::time_point< Clock, Duration > &timeoutTime) const | dispenso::Future< Result > | inline | 
| ~Future()=default | dispenso::Future< Result > |