[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/interfaces.py remove code related to processor and threads

Godefroid Chapelle gotcha at bubblenet.be
Mon Mar 8 05:40:36 EST 2010


Log message for revision 109812:
  remove code related to processor and threads

Changed:
  U   Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/interfaces.py

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/interfaces.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/interfaces.py	2010-03-08 10:40:04 UTC (rev 109811)
+++ Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/interfaces.py	2010-03-08 10:40:35 UTC (rev 109812)
@@ -76,12 +76,6 @@
             default = ITask,
             )
 
-    #processor = schema.Field(
-    #        title = u'Processor',
-    #        description = u'A callable that processes queued jobs using '
-    #                      u'an infinite loop.',
-    #        )
-
     def getAvailableTasks():
         """Return a mapping of task name to the task."""
 



More information about the checkins mailing list