cpp Rest API master
C++ library for REST API access with Qt, Curl and cpp-httplib backends
 
Loading...
Searching...
No Matches
cpp_restapi::Detached Struct Reference

Fire-and-forget coroutine wrapper. More...

#include <coroutine.hpp>

Classes

struct  promise_type
 

Detailed Description

Fire-and-forget coroutine wrapper.

Starts eagerly, self-destroys on completion. Useful for launching coroutines from non-coroutine contexts (e.g. main()).


The documentation for this struct was generated from the following file: