
12 Jan
2010
12 Jan
'10
3:06 p.m.
Hi, In asio, if I have a socket with pending asynchronous reads and writes, is there a way to selectively cancel only the reads or only the writes? All I can find is basic_stream_socket::cancel() which closes *all* pending operations on the socket. Thanks for any help, Alex