Class NIO::Monitor
In: lib/nio/monitor.rb
Parent: Object

Monitors watch IO objects for specific events

Methods

close   closed?   interests=   new   readable?   writable?   writeable?  

Attributes

interests  [R] 
io  [R] 
readiness  [RW] 
selector  [R] 
value  [RW] 

Public Class methods

Public Instance methods

Deactivate this monitor

Is this monitor closed?

set the interests set

Is the IO object readable?

Is the IO object writable?

writeable?()

Alias for writable?

[Validate]