![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "task.h"
Public Member Functions | |
| void | lock () const |
| void | unlock () const |
| 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 (this auto &&self, U &&val) |
Additional Inherited Members | |
| Public Types inherited from LC::Util::detail::PromiseRet< R > | |
| using | ReturnType_t = R |
| Public Attributes inherited from LC::Util::detail::PromiseRet< R > | |
| std::optional< R > | Ret_ |
| Public Attributes inherited from LC::Util::detail::PromiseBase | |
| std::atomic< size_t > | Refs_ = 1 |
| std::atomic< std::coroutine_handle<> > | Continuation_ {} |
| std::exception_ptr | Exception_ {} |
| Static Public Attributes inherited from LC::Util::detail::PromiseRet< R > | |
| static constexpr bool | IsVoid = false |
|
inline |
Definition at line 208 of file task.h.
References LC::Util::detail::PromiseBase::Refs_.
|
inlinenoexcept |
|
inline |
Definition at line 179 of file task.h.
References LC::Util::Task< R, Extensions >::Task().
|
inline |
|
inline |
Definition at line 203 of file task.h.
References LC::Util::detail::PromiseBase::Refs_.
|
inlinenoexcept |
|
inline |
|
inline |
Definition at line 198 of file task.h.
References LC::Util::detail::PromiseBase::Exception_.
|
inline |