![]() |
mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
Type trait to obtain data necessary for creating CancellableContinuation. More...
Type trait to obtain data necessary for creating CancellableContinuation.
This type must be specialized for the correct promise type. The default template is undefined.
Required members in specializations:
static CancellableContinuation release_continuation(std::coroutine_handle<T>)static std::stop_token get_token(std::coroutine_handle<T>)