13 Aug
2024
13 Aug
'24
1:53 p.m.
Thomas Fowlery via Boost
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