YACLib
C++ library for concurrent tasks execution
|
#include <await_awaiter.hpp>
Public Member Functions | |
TransferAwaiter (BaseCore &caller) noexcept | |
constexpr bool | await_ready () const noexcept |
template<typename Promise > | |
YACLIB_INLINE auto | await_suspend (yaclib_std::coroutine_handle< Promise > handle) noexcept |
constexpr void | await_resume () const noexcept |
Definition at line 11 of file await_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 12 of file await_awaiter.hpp.
Definition at line 15 of file await_awaiter.hpp.
Definition at line 30 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 20 of file await_awaiter.hpp.
References yaclib::detail::Loop(), and yaclib::detail::MoveToCaller().