YACLib
C++ library for concurrent tasks execution
|
#include <await_awaiter.hpp>
Public Member Functions | |
TransferSingleAwaiter (UniqueCorePtr< V, E > &&result) noexcept | |
constexpr bool | await_ready () const noexcept |
template<typename Promise > | |
YACLIB_INLINE auto | await_suspend (yaclib_std::coroutine_handle< Promise > handle) noexcept |
auto | await_resume () |
Definition at line 40 of file await_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 41 of file await_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 46 of file await_awaiter.hpp.
|
inline |
Definition at line 61 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 51 of file await_awaiter.hpp.
References yaclib::detail::Loop(), and yaclib::detail::MoveToCaller().