All Questions
Tagged with exceptions asynchronous-programming
2 questions
3
votes
1
answer
358
views
Connection between futures and exceptions?
Is there a connection between futures and exceptions? async-await looks very similar to throw-catch.
2
votes
1
answer
255
views
Reporting and handling asynchronous process errors to a client
I have a product with two separate applications. The core of the product lives in the database (oracle) and runs according to a schedule. The other is a client application (currently ASP.NET MVC3) ...