Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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.
Nils von Barth's user avatar
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) ...
Saigework's user avatar