$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2020-08-26 14:26:36
On Wed, Aug 26, 2020 at 5:51 AM Matthias Loy via Boost
<boost_at_[hidden]> wrote:
> The documentation of async_read states that the stream has to support
> the AsyncReadStream concept. Is there a way to get something supporting
> this concept from local::stream_protocol::socket and ip::tcp::socket?
What exactly are the requirements for AsyncReadStream?
Thanks