Boost logo

Boost :

From: Daniela Engert (dani_at_[hidden])
Date: 2024-08-13 13:53:02


> Thomas Fowlery via Boost <boost_at_[hidden]> hat am 13.08.2024 11:36 CEST geschrieben:
>
>
> It seems like using callback-passing style with Asio has been pretty
> popular historically. However, having worked with other modern languages
> with first-class async support, this feels a bit primitive.
>
The awaitables that come with Asio work beautifully with everything that can be scheduled onto Asio work queues.

We do this here with great success at the company, and I gave a talk at CppCon 2022 showing a small application (network, ffmpeg, and sdl) how you can do that, too.

Thanks
Dani


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk