![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "task.h"
Public Types | |
| using | ReturnType_t = R |
Public Member Functions | |
| template<typename U = R> | |
| void | return_value (this auto &&self, U &&val) |
Public Attributes | |
| 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 | |
| static constexpr bool | IsVoid = false |
| using LC::Util::detail::PromiseRet< R >::ReturnType_t = R |
|
inline |
|
staticconstexpr |
| std::optional<R> LC::Util::detail::PromiseRet< R >::Ret_ |