![]() |
LeechCraft 0.6.70-18808-g3467692359
Modular cross-platform feature rich live environment.
|
#include "defaulthandlers.h"
Classes | |
| struct | DoubleAwaitError |
Public Member Functions | |
| void | AddAwaiter (std::coroutine_handle<> handle) |
| void | RemoveAwaiter (std::coroutine_handle<>) noexcept |
| auto | GetAwaiters (this auto &&self) noexcept |
Public Attributes | |
| std::atomic< std::coroutine_handle<> > | Continuation_ {} |
Definition at line 21 of file defaulthandlers.h.
|
inline |
Definition at line 33 of file defaulthandlers.h.
|
inlinenoexcept |
Definition at line 44 of file defaulthandlers.h.
|
inlinenoexcept |
Definition at line 39 of file defaulthandlers.h.
| std::atomic<std::coroutine_handle<> > LC::Util::detail::DefaultAwaiterHandler<... >::Continuation_ {} |
Definition at line 23 of file defaulthandlers.h.