cutelyst  4.4.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Cutelyst::ASyncPrivate Class Reference

Public Member Functions

 ASyncPrivate (Context *_c)
 
 ASyncPrivate (Context *_c, std::function< void(Context *c)> _cb)
 

Public Attributes

QPointer< Contextc
 
std::function< void(Context *c)> cb
 

Detailed Description

Definition at line 18 of file async.cpp.