mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
Loading...
Searching...
No Matches
mrs_lib::coro::internal::CancellableContinuationFor< T > Struct Template Reference

Type trait to obtain data necessary for creating CancellableContinuation. More...

Detailed Description

template<typename T>
struct mrs_lib::coro::internal::CancellableContinuationFor< T >

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>)

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