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 mike.vanriel@naenius.com |
license | |
link |
__construct(\DocBlox_Parallel_Worker $worker)
__destruct()
pull() : void
push() : void
readPipeContents() : array
array
release() : void
writePipeContents() : void
worker : \DocBlox_Parallel_Worker
path : string
var |
Path to the pipe |
---|
string