2413 Views
In part six of this series of blog posts I talked about using Reactive Extensions for adding timeout logic to asynchronous tasks. Something like this: Task Parallel Library (TPL) and Reactive Extensions (Rx) Combined Last week I was working on a project and wanted to add a Timeout to my task but since it was an ASP.NET MVC project, I had no references to Reactive Extensions.
0 comments