WPILibC++ 2024.3.2
|
This is the complete list of members for wpi::future< T >, including all inherited members.
future() noexcept=default | wpi::future< T > | |
future(future &&oth) noexcept | wpi::future< T > | inline |
future(const future &)=delete | wpi::future< T > | |
future(future< R > &&oth) noexcept | wpi::future< T > | inline |
get() | wpi::future< T > | inline |
is_ready() const noexcept | wpi::future< T > | inline |
operator=(future &&oth) noexcept | wpi::future< T > | inline |
operator=(const future &)=delete | wpi::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 noexcept | wpi::future< T > | inline |
wait() const | wpi::future< T > | inline |
wait_for(const std::chrono::duration< Rep, Period > &timeout_duration) const | wpi::future< T > | inline |
wait_until(const std::chrono::time_point< Clock, Duration > &timeout_time) const | wpi::future< T > | inline |
~future() | wpi::future< T > | inline |