dispenso
A library for task parallelism
 
Loading...
Searching...
No Matches
dispenso::Future< Result > Member List

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() noexceptdispenso::Future< Result >inline
Future(Future &&f) noexceptdispenso::Future< Result >inline
Future(Base &&f) noexcept (defined in dispenso::Future< Result >)dispenso::Future< Result >inline
Future(const Future &f) noexceptdispenso::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() constdispenso::Future< Result >inline
is_ready() constdispenso::Future< Result >inline
make_ready_futuredispenso::Future< Result >friend
operator=(Future &&f) noexceptdispenso::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 noexceptdispenso::Future< Result >inline
wait() constdispenso::Future< Result >inline
wait_for(const std::chrono::duration< Rep, Period > &timeoutDuration) constdispenso::Future< Result >inline
wait_until(const std::chrono::time_point< Clock, Duration > &timeoutTime) constdispenso::Future< Result >inline
~Future()=defaultdispenso::Future< Result >