j
k
j a
j l
On 01/28/2015 05:29 PM, Attila Rajmund Nohl wrote:
socket.async_send_to(buffer1, destination, handler1); socket.async_send_to(buffer2, destination, handler2); Is it guaranteed that handler2 is always called after handler1?
socket.async_send_to(buffer1, destination, handler1); socket.async_send_to(buffer2, destination, handler2);
Is it guaranteed that handler2 is always called after handler1?
No.
Back to the thread
Back to the list