YACLib
C++ library for concurrent tasks execution
|
#include <await_awaiter.hpp>
Public Member Functions | |
AwaitAwaiterBase (Handle caller) noexcept | |
YACLIB_INLINE bool | await_ready () const noexcept |
constexpr void | await_resume () const noexcept |
Protected Attributes | |
BaseCore * | _core |
Definition at line 71 of file await_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 72 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 75 of file await_awaiter.hpp.
References yaclib::detail::AwaitAwaiterBase< Handle >::_core, and yaclib::detail::BaseCore::Empty().
|
inlineconstexprnoexcept |
Definition at line 79 of file await_awaiter.hpp.
|
protected |
Definition at line 84 of file await_awaiter.hpp.
Referenced by yaclib::detail::AwaitAwaiterBase< Handle >::await_ready().