A minimal example of a coroutine "awaitable" object. More...
#include <promises.hpp>
A minimal example of a coroutine "awaitable" object.
This structure stores a coroutine handle and demonstrates how a coroutine can be suspended and resumed.