Class KQueue::Watcher::Process
In: lib/rb-kqueue/watcher/process.rb
Parent: Watcher

The {Watcher} subclass for process events. Process events are watched via {Queue#watch_process}.

Methods

new  

Attributes

pid  [R]  The process id of the process being watched.

@return [Fixnum]

Public Class methods

Creates a new process Watcher.

@private

[Validate]