Sciweavers

ECOOPWEXCEPTION
2006
Springer

Handling Multiple Concurrent Exceptions in C++ Using Futures

13 years 8 months ago
Handling Multiple Concurrent Exceptions in C++ Using Futures
Abstract. Exception handling is a well-established mechanism in sequential programming. Concurrency and asynchronous calls introduce the possibility for multiple simultaneous exceptions, which complicates exception handling, especially for languages whose support for exceptions has not originally been designed for concurrency. This article discusses these problems and presents a mechanism for concurrent exception handling in C++.
Matti Rintala
Added 22 Aug 2010
Updated 22 Aug 2010
Type Conference
Year 2006
Where ECOOPWEXCEPTION
Authors Matti Rintala
Comments (0)