wwa-coro 0.0.1
Yet Another C++20 Coroutine Library
wwa::coro::bad_task Class Reference

Exception thrown when a coroutine task is invalid. More...

#include <exceptions.h>

+ Inheritance diagram for wwa::coro::bad_task:
+ Collaboration diagram for wwa::coro::bad_task:

Detailed Description

Exception thrown when a coroutine task is invalid.

The bad_task exception is thrown when an operation is attempted on an invalid coroutine task. This can occur if the task is empty or has been destroyed.

Definition at line 34 of file exceptions.h.


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