9 Dec
2022
9 Dec
'22
1:42 p.m.
Am 08.12.2022 um 20:43 schrieb Vinnie Falco:
On Thu, Dec 8, 2022 at 9:05 AM Oliver Kowalke via Boost
wrote: I asked last year to cut this dependency by introducing the new lib boost.spawn (depends only on boost.context) and to remove boost::asio::spawn(). I rather Asio just add the necessary assembly and minimum code necessary to implement the stackful coroutines it needs - this will make both Standalone Asio and Boost-flavored Asio work.
boost.spawn ist the minimum code == assembly (boost.context) and uses asio's completion handler framework. It is alsmost the same code as boost::asio::spawn() ... the difference 9st, that it doesn't use the deprecated boost.coroutine