-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate non-boost exceptions in concurrency code
Use the existing dispatch::current_exception() workaround for boost:future's incompatibility with std::exception_ptr in more places, namely wrap any continuation call and exception handling code in rethrowing code. This is in addition to previous places, which were on the boost/pplx boundary.
- Loading branch information
Showing
1 changed file
with
62 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters