8 Dec
2022
8 Dec
'22
7:03 p.m.
On 08.12.22 17:48, Oliver Kowalke via Boost wrote:
Am 06.12.22 um 09:48 schrieb Rainer Deyke via Boost:
At a first glance, the following libraries would have to justify their continued existence as "core" Boost libraries:
Coroutine 2 (superseded by C++20 coroutines)
Coroutines from boost.coroutine2 are stackful != 'stackless' Coroutines from C++20
Stackful coroutines can suspend their execution within a deep callstack of ordinary functions while this is not permitted with C++20 coroutines. Good to know, that sounds like a valid justification!
-- Rainer Deyke (rainerd@eldwood.com)