wwa-coro 0.0.1
Yet Another C++20 Coroutine Library
detail.h File Reference

Internal utility functions for coroutine handling. More...

#include <coroutine>
#include "exceptions.h"
+ Include dependency graph for detail.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Internal utility functions for coroutine handling.

This header file defines a set of internal utility functions used for handling coroutines. These functions are intended to be used within the library to manage coroutine states and ensure proper error handling.

Warning
The functions declared in this file are not intended for public use.

Definition in file detail.h.