]> git.ipfire.org Git - collecty.git/commit
Replace those complicated wait construct by a efficient Timer class.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Aug 2012 17:13:20 +0000 (17:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Aug 2012 17:16:43 +0000 (17:16 +0000)
commit4be39bf9859bab05a6cb61bf7d6145dc267367de
tree9b5d660a7076742c745a33d1153b575b53c454cf
parent4dc6b0c93eae269afa6e2597d3620ce152f06c70
Replace those complicated wait construct by a efficient Timer class.

Timer is a low-resolution timeout system that lets us have
long timeouts very energy-efficient and interuptable.
collecty/__init__.py
collecty/plugins/__init__.py
collecty/plugins/base.py