Skip to content

Instantly share code, notes, and snippets.

#include <coroutine>
#include <exception>
#include <iostream>
template <typename ReturnType>
class Resumable;
template <typename ReturnType>
struct Awaitable;