Add a 'condition' keyword argument to PollScheduler._schedule_wait()
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Sep 2010 07:16:07 +0000 (00:16 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Sep 2010 07:16:07 +0000 (00:16 -0700)
commit46243c16a2538e494d5b98e6f0d3ec17ad80d1b7
treeaf780f360c1070a27f17a29c8d3b4d8ecb7ebabf
parent2287239ef4850da216a3ea5b83f2c445c9a04e45
Add a 'condition' keyword argument to PollScheduler._schedule_wait()
which is a callable that should return True when it is desirable for
the _schedule_wait() method to return.
pym/_emerge/PollScheduler.py