YACLib
C++ library for concurrent tasks execution
|
#include <promise_type.hpp>
Public Member Functions | |
constexpr bool | await_ready () const noexcept |
template<typename Promise > | |
YACLIB_INLINE auto | await_suspend (yaclib_std::coroutine_handle< Promise > handle) const noexcept |
constexpr void | await_resume () const noexcept |
Definition at line 16 of file promise_type.hpp.
Definition at line 17 of file promise_type.hpp.
Definition at line 33 of file promise_type.hpp.
|
inlinenoexcept |
Definition at line 22 of file promise_type.hpp.
References yaclib::detail::Loop(), and yaclib::MakeContract().