dot-xx
A personal collection of small C++ modules
|
Coroutine types for the server. More...
Classes | |
class | dxx::http::SimpleTask |
A single connection handler coroutine task. More... | |
struct | dxx::http::SimpleTask::promise_type |
class | dxx::http::PendingConnection< TResponse > |
An awaitable object that allows the handler code to respond to the request at a later point in time. More... |
Coroutine types for the server.