]> git.mxchange.org Git - hub.git/commit
Producer/Consumer Pattern introduced:
authorRoland Häder <roland@mxchange.org>
Wed, 16 Mar 2011 22:04:09 +0000 (22:04 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 16 Mar 2011 22:04:09 +0000 (22:04 +0000)
commit5364808e699de7f9ded173784963d10902cfc539
tree03fd3cdef52e41cf8a1d66fc22a80a2071469829
parent7a24172126f93445f8aec12e4299d7a5efaecf6f
Producer/Consumer Pattern introduced:
- Producer/Consumer interfaces added
- First producer for test units introduced
- TODOs.txt updated
18 files changed:
.gitattributes
application/hub/config.php
application/hub/interfaces/consumer/.htaccess [new file with mode: 0644]
application/hub/interfaces/consumer/class_Consumer.php [new file with mode: 0644]
application/hub/interfaces/producer/.htaccess [new file with mode: 0644]
application/hub/interfaces/producer/class_Producer.php [new file with mode: 0644]
application/hub/interfaces/producer/work_units/.htaccess [new file with mode: 0644]
application/hub/interfaces/producer/work_units/class_UnitProducer.php [new file with mode: 0644]
application/hub/main/producer/.htaccess [new file with mode: 0644]
application/hub/main/producer/class_ [new file with mode: 0644]
application/hub/main/producer/class_BaseProducer.php [new file with mode: 0644]
application/hub/main/producer/cruncher/.htaccess [new file with mode: 0644]
application/hub/main/producer/cruncher/work_units/.htaccess [new file with mode: 0644]
application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php [new file with mode: 0644]
application/hub/main/tasks/cruncher/class_CruncherTestUnitProducerTask.php
application/hub/main/tasks/cruncher/class_CruncherWorkUnitFetcherTask.php
docs/TODOs.txt
todo-builder.sh