auto final_suspend() noexcept;
(since C++23)Let x be some generator object. final_suspend
does the following:
active_
.A handle referring to the coroutine whose promise object is *this must be at the top of *x.active_ of x. This function must be called by the coroutine upon reaching its final suspend point. Otherwise, the behavior is undefined.
[edit] Return valueAn awaitable object of unspecified type whose member functions are configured to suspend the calling coroutine.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4