22 #include <QLoggingCategory>
24 Q_LOGGING_CATEGORY(CUTELYST_ASYNC,
"cutelyst.async", QtInfoMsg)
45 std::function<void(
Context *c)> cb;
87 d = std::shared_ptr<ASyncPrivate>(
new ASyncPrivate(c, cb));
93 ASync::ASync(
const ASync &other)
void attachAsync()
attachAsync
The Cutelyst namespace holds all public Cutelyst API.