class Parallel::Worker

def initialize(read, write, pid)

def initialize(read, write, pid)
  @read = read
  @write = write
  @pid = pid
end