![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "task.h"
Public Attributes | |
| std::atomic< size_t > | Refs_ = 1 |
| std::atomic< std::coroutine_handle<> > | Continuation_ {} |
| std::exception_ptr | Exception_ {} |
| std::atomic<std::coroutine_handle<> > LC::Util::detail::PromiseBase::Continuation_ {} |
| std::exception_ptr LC::Util::detail::PromiseBase::Exception_ {} |
Definition at line 26 of file task.h.
Referenced by LC::Util::Task< R, Extensions >::promise_type::unhandled_exception().
| std::atomic<size_t> LC::Util::detail::PromiseBase::Refs_ = 1 |
Definition at line 24 of file task.h.
Referenced by LC::Util::Task< R, Extensions >::promise_type::DecRef(), and LC::Util::Task< R, Extensions >::promise_type::IncRef().