YACLib
C++ library for concurrent tasks execution
|
#include <yield.hpp>
Public Member Functions | |
constexpr bool | await_ready () const noexcept |
template<typename Promise > | |
YACLIB_INLINE void | await_suspend (yaclib_std::coroutine_handle< Promise > handle) const noexcept |
constexpr void | await_resume () const noexcept |
|
inlinenoexcept |
Definition at line 16 of file yield.hpp.
References YACLIB_ASSERT.