Have a long running set of discrete tasks: parsing 10s of thousands of lines from a text file, hydrating into objects, manipulating, and persisting.
If I were implement
For anyone looking for a more contemporary solution (as I was), check out the EventLoopScheduler class.