Boost logo

Boost :

From: Thomas Fowlery (thomas.fowlery.yes_at_[hidden])
Date: 2024-08-14 18:56:25


On Wed, Aug 14, 2024 at 8:30 PM Ruben Perez <rubenperez038_at_[hidden]> wrote:

>
>>
>> The third option I'm considering is using fibers. I like this option in
>> principle because the resulting code is very clean and looks like normal
>> synchronous code. However, I haven't seen many big examples/projects using
>> Boost.Fiber with Boost.Asio. Is this something people are doing out in the
>> wild? Does Asio support Fibers well?
>>
>
> Here's a complete web server that uses Asio, Beast, Redis, MySQL and
> asio::spawn.
>
> https://github.com/anarthal/servertech-chat/
>
> I'm considering migrating this to C++20 coroutines.
>
> Regards,
> Ruben.
>
>>
>>
Thanks, I'll check this out.


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