YACLib
C++ library for concurrent tasks execution
|
TODO(mkornaukhov03) Add doxygen docs. More...
#include <await_awaiter.hpp>
Public Member Functions | |
AwaitAwaiter (BaseCore &caller) noexcept | |
YACLIB_INLINE bool | await_ready () const noexcept |
template<typename Promise > | |
YACLIB_INLINE bool | await_suspend (yaclib_std::coroutine_handle< Promise > handle) noexcept |
constexpr void | await_resume () const noexcept |
TODO(mkornaukhov03) Add doxygen docs.
Definition at line 70 of file await_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 71 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 74 of file await_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 83 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 79 of file await_awaiter.hpp.