YACLib
C++ library for concurrent tasks execution
|
#include <current_executor.hpp>
Public Member Functions | |
constexpr bool | await_ready () const noexcept |
template<typename Promise > | |
YACLIB_INLINE auto | await_suspend (yaclib_std::coroutine_handle< Promise > handle) noexcept |
YACLIB_INLINE IExecutor & | await_resume () const noexcept |
Definition at line 10 of file current_executor.hpp.
|
inlineconstexprnoexcept |
Definition at line 12 of file current_executor.hpp.
|
inlinenoexcept |
Definition at line 28 of file current_executor.hpp.
|
inlinenoexcept |
Definition at line 17 of file current_executor.hpp.
References YACLIB_ASSERT.