Boost logo

Boost Users :

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).


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net