From: Ralf Mueller Date: 2011-12-14T17:28:18+09:00 Subject: Re: [ANN] jobQueue 1.0.1 - Running stuff with a user defined number of threads On 12/12/2011 10:31 PM, Robert Klemme wrote: > On Mon, Dec 12, 2011 at 5:18 PM, Ralf Mueller wrote: >> On 12/12/2011 01:23 PM, Robert Klemme wrote: >>> I would change the API slightly to modify behavior of #push: >>> >>> 1. push(obj, method, *arguments) >> This was my first interface idea, too. But I skipped it to be able to push a >> whole list of items at once. But it really lacks readability - that's for >> sure. I guess I will let the user do the iteration over the items to push in >> favour of having a beautiful interface. I could keep the old push interface >> under a different name. > Or you just add #push_all(enum). I skipped this for the moment, but the current 1.0.2 release has implemented the strait forward interface you suggested. I added a subclass if JobQueue for processing system commands. A back_channel and blocks are still to come. regards ralf