* examples/gtkcrc.py:

* morituri/common/crc.py:
	* morituri/common/task.py:
	* morituri/image/image.py:
	  Add a 'schedule' call to the TaskRunner class, so that we can
	  abstract things like gobject.timeout_add and reactor.callLater
	  Pass the runner to the task in Task.start() so a task can call
	  schedule.
This commit is contained in:
Thomas Vander Stichele
2009-04-12 08:51:13 +00:00
parent 10647d18a1
commit f1d75142da
5 changed files with 52 additions and 14 deletions

View File

@@ -1,3 +1,14 @@
2009-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
* examples/gtkcrc.py:
* morituri/common/crc.py:
* morituri/common/task.py:
* morituri/image/image.py:
Add a 'schedule' call to the TaskRunner class, so that we can
abstract things like gobject.timeout_add and reactor.callLater
Pass the runner to the task in Task.start() so a task can call
schedule.
2009-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py: