Closed wg21bot closed 4 years ago
(BG-local 3)
(Related to BG2) The code example uses the void-returning variant of await_suspend().
Proposed change: Change the return type of my_future::await_suspend() and awaiter::await_suspend() to coroutine_handle.
This issue is related to BG049
Obsoleted by vote on https://github.com/cplusplus/nbballot/issues/48
Rejected. There was no consensus to adopt this change.
(BG-local 3)
(Related to BG2) The code example uses the void-returning variant of await_suspend().
Proposed change: Change the return type of my_future::await_suspend() and awaiter::await_suspend() to coroutine_handle.