The {Watcher} subclass for process events. Process events are watched via {Queue#watch_process}.
Creates a new process Watcher.
@private
# File lib/rb-kqueue/watcher/process.rb, line 14 def initialize(queue, pid, flags, callback) @pid = pid super(queue, pid, :proc, flags, nil, callback) end
Generated with the Darkfish Rdoc Generator 2.