calrissian / mango

Common utilities for rapid application development
Apache License 2.0
17 stars 7 forks source link

Add a close/shutdown method to the Batcher interface that returns all of the unprocessed objects in the queue. #197

Closed eawagner closed 8 years ago

eawagner commented 8 years ago

This is so that objects which were queued to be processed can still be cleanly handled.