![]() |
cutelyst
4.9.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
Public Member Functions | |
| bool | await_ready () const noexcept |
| void | await_resume () const noexcept |
| void | await_suspend (std::coroutine_handle<> h) noexcept |
| void | clean () |
| std::suspend_never | final_suspend () noexcept |
| CoroContext | get_return_object () |
| std::suspend_never | initial_suspend () const noexcept |
| void | return_void () noexcept |
| void | unhandled_exception () |
| std::suspend_never | yield_value (QObject *obj) |
| std::suspend_never | yield_value (Cutelyst::Context *obj) |
Public Attributes | |
| std::vector< QMetaObject::Connection > | connections |
| std::coroutine_handle< promise_type > | handle |
Definition at line 33 of file CoroContext.h.