Subject: Re: [Boost-users] Problem with throwing exceptions in async handler functions of ASIO library
From: Roman Shmelev (rshmelev_at_[hidden])
Date: 2009-05-29 04:51:21


m.. I haven't read everything, but it seems ok for me that exceptions
are thrown and catched in the threads where io_service.run() was
called.
At least, so was the behavior in my program - I just wrapped
io_service.run() with try-catch block.