Fix exception handling in `local_actor::resume()`
The previous version does not correctly handle the case when the call to `self->act()` throws an exception that is not successfully handled by the call to `self->handle(eptr)`
Showing
Please register or sign in to comment