
6 May
2008
6 May
'08
6:23 p.m.
Do I need to do anything special to catch an error from a boost asio async method? Or can I just wrap the method (eg: async_write) in a try/catch? (Since the initial call may be fine, but later on, an async call fails and I'm already out of the try/catch block) thanks, billy