![]() |
LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
|
#include "context.h"
Public Member Functions | |
bool | await_ready () |
decltype(auto) | await_suspend (auto handle) |
decltype(auto) | await_resume () |
Public Attributes | |
Promise & | Promise_ |
OrigAwaiter | Orig_ |
|
inline |
|
inline |
Definition at line 66 of file context.h.
References await_resume(), LC::Util::detail::CheckDeadObjects(), Orig_, and Promise_.
Referenced by await_resume().
|
inline |
Definition at line 61 of file context.h.
References await_suspend(), and Orig_.
Referenced by await_suspend().
OrigAwaiter LC::Util::detail::AwaitableWrapper< Promise, OrigAwaiter >::Orig_ |
Definition at line 54 of file context.h.
Referenced by await_ready(), await_resume(), and await_suspend().
Promise& LC::Util::detail::AwaitableWrapper< Promise, OrigAwaiter >::Promise_ |
Definition at line 53 of file context.h.
Referenced by await_resume().