cutelyst  3.9.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Public Member Functions | Public Attributes | List of all members
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.