RESTinio
|
Helper type to be used as handler of variant values in std::visit. More...
#include <common.hpp>
Public Member Functions | |
void | operator() (const generic_async_request_scheduler_t< Extra_Data_Factory > &handler) const |
void | operator() (const no_more_schedulers_t &) const |
Public Attributes | |
unique_async_handling_controller_t< Extra_Data_Factory > & | m_controller |
Helper type to be used as handler of variant values in std::visit.
If there is the next async scheduler to be called it will be called. If it returns schedule_result_t::failure, then negative response will be generated and processing will be stopped.
If no_more_schedulers_t is here, then negative response will be generated.
Definition at line 254 of file common.hpp.
|
inline |
Definition at line 259 of file common.hpp.
|
inline |
Definition at line 281 of file common.hpp.
unique_async_handling_controller_t< Extra_Data_Factory >& restinio::async_chain::impl::on_next_result_visitor_t< Extra_Data_Factory >::m_controller |
Definition at line 256 of file common.hpp.