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

Exception is thrown on attempt to retrieve promise when the future is already pending. More...

#include <exceptions.h>

Inherits std::exception.

Detailed Description

Exception is thrown on attempt to retrieve promise when the future is already pending.

Definition at line 19 of file exceptions.h.


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