KDDockWidgets API Documentation 2.1
|
This is the complete list of members for QCoro::Task< T >, including all inherited members.
isReady() const | QCoro::Task< T > | inline |
operator co_await() const noexcept | QCoro::Task< T > | inline |
operator=(const Task &)=delete | QCoro::Task< T > | |
operator=(Task &&other) noexcept | QCoro::Task< T > | inline |
promise_type typedef | QCoro::Task< T > | |
Task() noexcept=default | QCoro::Task< T > | explicit |
Task(std::coroutine_handle< promise_type > coroutine) | QCoro::Task< T > | inlineexplicit |
Task(const Task &)=delete | QCoro::Task< T > | |
Task(Task &&other) noexcept | QCoro::Task< T > | inline |
then(ThenCallback &&callback) | QCoro::Task< T > | inline |
then(ThenCallback &&callback, ErrorCallback &&errorCallback) | QCoro::Task< T > | inline |
value_type typedef | QCoro::Task< T > | |
~Task() | QCoro::Task< T > | inline |