wwa-coro 0.0.1
Yet Another C++20 Coroutine Library
|
Exception thrown when a coroutine task is invalid. More...
#include <exceptions.h>
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.