j
k
j a
j l
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(...); }
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).
Back to the thread
Back to the list