$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Networking TS + Beast, NEW Tutorials, Read this to learn std::net !!!
From: Miguel Ojeda (miguel.ojeda.sandonis_at_[hidden])
Date: 2019-03-16 05:33:19
On Fri, Mar 15, 2019 at 8:19 PM Niall Douglas via Boost-users
<boost-users_at_[hidden]> wrote:
>
> Me personally, I'd really like to see the bottom level part of
> Networking minus all the concurrency stuff standardised separately as
> soon as possible. We understand that part well. But, up to the TS
> editors and champions in the end, and they've not decided to do that.
I think a lot of people, myself included, would have been happy with
just having access to a low-level standard sockets API; and then building on top
of it later on.
Cheers,
Miguel