Class: EventMachine::LoopbreakReader

Inherits:
Selectable show all
Defined in:
lib/pr_eventmachine.rb

Instance Attribute Summary

Attributes inherited from Selectable

#io, #uuid

Instance Method Summary collapse

Methods inherited from Selectable

#close_scheduled?, #get_peername, #initialize, #select_for_writing?

Constructor Details

This class inherits a constructor from EventMachine::Selectable

Instance Method Details

#eventable_readObject



582
583
584
585
# File 'lib/pr_eventmachine.rb', line 582

def eventable_read
      io.sysread(128)
      EventMachine::event_callback "", LoopbreakSignalled, ""
end

#select_for_reading?Boolean

Returns:

  • (Boolean)


578
579
580
# File 'lib/pr_eventmachine.rb', line 578

def select_for_reading?
  true
end