|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
This is the complete list of members for idfxx::future< T >, including all inherited members.
| done() const noexcept | idfxx::future< T > | |
| future()=default | idfxx::future< T > | |
| future(W waiter) | idfxx::future< T > | inlineexplicit |
| future(W waiter, D done_check) | idfxx::future< T > | inline |
| try_wait() const | idfxx::future< T > | |
| try_wait_for(const std::chrono::duration< Rep, Period > &timeout) const | idfxx::future< T > | |
| valid() const noexcept | idfxx::future< T > | inline |
| wait() const | idfxx::future< T > | inline |
| wait_for(const std::chrono::duration< Rep, Period > &timeout) const | idfxx::future< T > | inline |