Here's a tool I've recently added to my personal library: Future Delegate
A Future Delegate is essentially an encapsulation of an asynchronous delegate inside a generic class which handles all the details of calling and waiting for the delegate to return. It works like this:
1. Write a method to do some work asynchronously.
2. Create a Future and pass in a delegate to your method.
3. Do other stuff...
4. Call Future.Value whenever you need to result of the operation.
Recent comments
1 week 3 days ago
1 week 3 days ago
4 weeks 6 days ago
10 weeks 4 days ago
19 weeks 3 days ago