From: Ryan McConnehey (mccorywork_at_[hidden])
Date: 2008-07-01 10:41:41


All,

Async_receive_from waits on data from a socket. I have this socket in
another thread with the sole function of listening to the socket,
putting it's data into a queue and then going back to listening on the
socket. Is there a way to end the function early, while it's still
waiting for data, so I can destroy the socket?

Ryan