$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Billy Chasen (billy.chasen_at_[hidden])
Date: 2008-05-06 14:23:53
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