Definition at line 33 of file CoroContext.h.
◆ ~promise_type()
| Cutelyst::CoroContext::promise_type::~promise_type |
( |
| ) |
|
|
inline |
◆ await_ready()
| bool Cutelyst::CoroContext::promise_type::await_ready |
( |
| ) |
const |
|
inlinenoexcept |
◆ await_resume()
| void Cutelyst::CoroContext::promise_type::await_resume |
( |
| ) |
const |
|
inlinenoexcept |
◆ await_suspend()
| void Cutelyst::CoroContext::promise_type::await_suspend |
( |
std::coroutine_handle<> | h | ) |
|
|
inlinenoexcept |
◆ clean()
| void Cutelyst::CoroContext::promise_type::clean |
( |
| ) |
|
|
inline |
◆ final_suspend()
| std::suspend_never Cutelyst::CoroContext::promise_type::final_suspend |
( |
| ) |
|
|
inlinenoexcept |
◆ get_return_object()
| CoroContext Cutelyst::CoroContext::promise_type::get_return_object |
( |
| ) |
|
|
inline |
◆ initial_suspend()
| std::suspend_never Cutelyst::CoroContext::promise_type::initial_suspend |
( |
| ) |
const |
|
inlinenoexcept |
◆ return_void()
| void Cutelyst::CoroContext::promise_type::return_void |
( |
| ) |
|
|
inlinenoexcept |
◆ unhandled_exception()
| void Cutelyst::CoroContext::promise_type::unhandled_exception |
( |
| ) |
|
|
inline |
◆ yield_value() [1/2]
| std::suspend_never Cutelyst::CoroContext::promise_type::yield_value |
( |
Cutelyst::Context * | obj | ) |
|
|
inline |
◆ yield_value() [2/2]
| std::suspend_never Cutelyst::CoroContext::promise_type::yield_value |
( |
QObject * | obj | ) |
|
|
inline |
◆ connections
◆ handle
| std::coroutine_handle<promise_type> Cutelyst::CoroContext::promise_type::handle |