dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
coro.xx File Reference
module dxx.http

Coroutine types for the server. More...

import dxx.http:errors;
import std;
import dxx.assert;

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...

Detailed Description

Coroutine types for the server.