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).
category | DocBlox |
---|---|
package | Parallel |
author | Mike van Riel |
license | MIT |
link | http://docblox-project.org |
__construct(\DocBlox_Parallel_Worker $worker)
__destruct()
pull() : void
push() : void
readPipeContents() : array
array
release() : void
writePipeContents() : void
$path : string