Say I have a queue full of tasks which I need to submit to an executor service. I want them processed one at a time. The simplest way I ...