* Optimize SequentialTaskQueue.schedule() by using a _dirty attribute
authorZac Medico <zmedico@gentoo.org>
Wed, 30 Jul 2008 03:07:40 +0000 (03:07 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 30 Jul 2008 03:07:40 +0000 (03:07 -0000)
commit67e666904b06d01b620a0193fed01c79d7f43ff2
treee7cf2634cb2a212d3485a64e0f32f61f1b991d2d
parent0183b2c3c109ed19b0a43d58b93651b88753a4b3
* Optimize SequentialTaskQueue.schedule() by using a _dirty attribute
  to track whether anything relevant has changed since the last schedule
  call. Since we can always rely on exist listeners being called, set of
  running tasks is always pruned automatically and there is never any need
  to actively prune it.
* Remove the unused SequentialTaskQueue.auto_schedule feature.

svn path=/main/trunk/; revision=11275
pym/_emerge/__init__.py