libcoro  1.0
Coroutine support library for C++20
List of all members
coro::await_canceled_exception Class Reference

Exception is thrown on attempt to retrieve value after promise has been broken. More...

#include <exceptions.h>

Inherits std::exception.

Detailed Description

Exception is thrown on attempt to retrieve value after promise has been broken.

Definition at line 10 of file exceptions.h.


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