| wcmtools |
[09 Jul 2005|08:23pm] |
Module Name: wcmtools Committed By: bradfitz
Modified Files: --------------- wcmtools/gearman/doc: overview.txt
Log Message: ------------ remove not-totally-accurate docs (Gearman::Util is best place to see the packet types and formats)
To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 wcmtools/gearman/doc/overview.txt http://cvs.danga.com/browse.cgi/wcmtools/gearman/doc/overview.txt.diff?r1=1.3&r2=1.4
|
|
| wcmtools |
[09 Jul 2005|11:57pm] |
Module Name: wcmtools Committed By: bradfitz
Modified Files: --------------- wcmtools/gearman/lib/Gearman: Client.pm
Log Message: ------------ make both do_task and dispatch_background share argument parsing code so both can take either a task object or task parameters
also, docs all updated. most the bulk of describing tasks is now in the task module's pod
To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 wcmtools/gearman/lib/Gearman/Client.pm http://cvs.danga.com/browse.cgi/wcmtools/gearman/lib/Gearman/Client.pm.diff?r1=1.12&r2=1.13
|
|