SequentialTaskQueue: schedule automatically
authorZac Medico <zmedico@gentoo.org>
Thu, 9 Feb 2012 00:33:14 +0000 (16:33 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 9 Feb 2012 00:33:14 +0000 (16:33 -0800)
commit4620d6aba1c5c10344e311585516ee43819b703c
treec15e570e3c1cf8dcd0ccbcf26c5f305ff3602a57
parent8c1fcf5a9ba9fa4d406a4d0cc284fe73a84f5a63
SequentialTaskQueue: schedule automatically

This is needed to compensate for the removal of _idle_schedule in
commit 8c1fcf5a9ba9fa4d406a4d0cc284fe73a84f5a63, so that the
Scheduler's task queues operate without needing their schedule methods
called inside Scheduler._schedule_tasks().
pym/_emerge/Scheduler.py
pym/_emerge/SequentialTaskQueue.py