Archive for February, 2009
Asynchronous Executor
I hate that sometimes I have to make calls to systems outside of my own system, essentially outside of my own control. And not all of these calls allow me to detect and recover when an operation is taking longer than it should.
So I’ve written a class that allows you to execute a task [...]

