![]() |
LeechCraft 0.6.70-17769-g4e68d7fcba
Modular cross-platform feature rich live environment.
|
#include "task.h"
Public Member Functions | |
| auto | GetAddress () |
| Task | get_return_object () |
| std::suspend_never | initial_suspend () const noexcept |
| auto | final_suspend () noexcept |
| void | unhandled_exception () |
| void | IncRef () |
| void | DecRef () |
| Public Member Functions inherited from LC::Util::detail::PromiseRet< R > | |
| template<typename U = R> | |
| void | return_value (U &&val) |
Public Attributes | |
| size_t | Refs_ = 1 |
| QVector< std::coroutine_handle<> > | WaitingHandles_ {} |
| std::exception_ptr | Exception_ {} |
| Public Attributes inherited from LC::Util::detail::PromiseRet< R > | |
| std::optional< R > | Ret_ |
Additional Inherited Members | |
| Public Types inherited from LC::Util::detail::PromiseRet< R > | |
| using | ReturnType_t = R |
| Static Public Attributes inherited from LC::Util::detail::PromiseRet< R > | |
| static constexpr bool | IsVoid = false |
|
inline |
|
inlinenoexcept |
|
inline |
Definition at line 112 of file task.h.
References LC::Util::Task< R, Extensions >::Task().
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
Definition at line 130 of file task.h.
References Exception_.
| std::exception_ptr LC::Util::Task< R, Extensions >::promise_type::Exception_ {} |
Definition at line 108 of file task.h.
Referenced by unhandled_exception().
| size_t LC::Util::Task< R, Extensions >::promise_type::Refs_ = 1 |
| QVector<std::coroutine_handle<> > LC::Util::Task< R, Extensions >::promise_type::WaitingHandles_ {} |