Type-erased base storing the error-handle callback for a coroutine promise.
Declared in <folly/coro/Coroutine.h>
class PromiseBase;
| Name | Description |
|---|---|
folly::coro::ExtendedCoroutinePromiseCrtp | CRTP base letting a promise expose a more efficient error-resumption path. |
folly::coro::ExtendedCoroutineHandle | Extended coroutine_handle<void> assuming the handle is a pointer. |
| Name | Description |
|---|---|
ExtendedCoroutinePromiseCrtp | CRTP base letting a promise expose a more efficient error-resumption path. |