| pake documentation | view source | Contained in the pake distribution. |
Pake::MultiTask
use Pake::MultiTask;
$multi_task = Pake::MultiTask->new($code,$name,$dependency_array_ref);
$mulit_task->invoke();
MultiTask task, executes dependencies in parallel. Right now there is no guarantee that dependencies want be run more then once
Overview of overriden methods in the FileTask object
invoke_prerequisites
Parrallel invocation
inoker
Thread method invoke
| pake documentation | view source | Contained in the pake distribution. |