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

A single connection handler coroutine task. More...

Classes

struct  promise_type

Public Member Functions

 SimpleTask (const std::coroutine_handle< promise_type > &c_handle)
 SimpleTask (const SimpleTask &)=delete
SimpleTaskoperator= (const SimpleTask &)=delete
 SimpleTask (SimpleTask &&other)
SimpleTaskoperator= (SimpleTask &&other)
void force_resume ()
std::coroutine_handle< promise_typerelease ()
 Release ownership of the handle and invalidate the object.
const auto & get_handle () const

Friends

struct SimpleTask::promise_type

Detailed Description

A single connection handler coroutine task.


The documentation for this class was generated from the following file:
  • /build-llvm-libcpp/_deps/dot-xx-http-src/src/coro.xx