libcoro
1.0
Coroutine support library for C++20
|
Classes | |
class | coro::await_canceled_exception |
Exception is thrown on attempt to retrieve value after promise has been broken. More... | |
class | coro::still_pending_exception |
Exception is thrown on attempt to retrieve promise when the future is already pending. More... | |