![]() |
mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
Coroutine type used to start asynchronous computation. More...
#include <runners.hpp>
Classes | |
| struct | promise_type |
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.