$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Can I call async_write twice in a row?
From: Igor R (boost.lists_at_[hidden])
Date: 2010-09-23 12:33:18
> Is this legal? I think I understood in the documentation that it
> isn't, but I'm not
> sure if it means this:
>
>
> void func() {
>
> Â (1) Â async_write(....);
> Â (2) Â async_write(...);
> }
>
The data sent in (1) might be interleaved with the data sent in (2).