implementing loops in callback

"Martin Nilsson (Coppermist) @ Pike (-) importm?te f?r mailinglistan" <[email protected]> Wed, 22 Nov 2017 21:46:51 +0100
Newsgroups gmane.comp.lang.pike.user
Message-ID <[email protected]>
I would make a jobs queue and have the work units process the items as
they finish. In this case it is probably easiest to have the queue as
a simple array and just remove the item when you send it to a
subprocess.