(BG-local 4) (Related to BG2) The code example uses the void-returning variant of await_suspend(). Proposed change: Change suspend_never::await_suspend() to return its argument and change suspend_always::await_suspend() to return nullptr.