WPILibC++ 2024.1.1-beta-4
wpi::future< T > Member List

This is the complete list of members for wpi::future< T >, including all inherited members.

future() noexcept=defaultwpi::future< T >
future(future &&oth) noexceptwpi::future< T >inline
future(const future &)=deletewpi::future< T >
future(future< R > &&oth) noexceptwpi::future< T >inline
get()wpi::future< T >inline
is_ready() const noexceptwpi::future< T >inline
operator=(future &&oth) noexceptwpi::future< T >inline
operator=(const future &)=deletewpi::future< T >
promise< T >wpi::future< T >friend
PromiseFactory< T >wpi::future< T >friend
then(PromiseFactory< R > &factory, F &&func)wpi::future< T >inline
then(F &&func)wpi::future< T >inline
valid() const noexceptwpi::future< T >inline
wait() constwpi::future< T >inline
wait_for(const std::chrono::duration< Rep, Period > &timeout_duration) constwpi::future< T >inline
wait_until(const std::chrono::time_point< Clock, Duration > &timeout_time) constwpi::future< T >inline
~future()wpi::future< T >inline