mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
Loading...
Searching...
No Matches
mrs_lib::internal::AsyncRun Class Reference

Coroutine type used to start asynchronous computation. More...

#include <runners.hpp>

Classes

struct  promise_type
 

Detailed Description

Coroutine type used to start asynchronous computation.

Calling a coroutine that returns this type runs until the first suspension inside the body. After that, it is up to the awaitables to resume or cancel the started coroutine.


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