Second Draft: Coroutines
Sebastiaan Koppe
mail at skoppe.eu
Thu Jan 23 15:55:48 UTC 2025
On Thursday, 23 January 2025 at 09:49:54 UTC, Richard (Rikki)
Andrew Cattermole wrote:
>
> On 23/01/2025 10:00 PM, Sebastiaan Koppe wrote:
>> A good starting point would be the official reference https://
>> en.cppreference.com/w/cpp/language/coroutines
>
> I didn't seen anything worth adding. So I haven't.
I wouldn't dismiss it so easily. For one it explains the
mechanism by which suspended coroutines can get scheduled again,
whereas your DIP only mentioned the `WaitingOn` but doesn't go
into detail how it actually works.
More information about the dip.development
mailing list