Classes, interfaces and traits
DocBlox_Parallel_Manager¶
Manager class for Parallel processes.
This class will manage the workers and make sure all processes are executed
in parallel and not too many at the same time.
« More »
DocBlox_Parallel_Worker¶
Class that represents the execution of a single task within a parallelized
frame.
« More »
DocBlox_Parallel_WorkerPipe¶
Class that represents a named pipe for a Worker.
This class manages the named pipe for a worker and is able to push and pull
specific data to facilitate IPC (interprocess communication).
« More »