Method: EventMachine::Connection#notify_readable=

Defined in:
lib/em/connection.rb

#notify_readable=(mode) ⇒ Object

Watches connection for readability. Only possible if the connection was created using EventMachine.attach and had EventMachine.notify_readable/EventMachine.notify_writable defined on the handler.

See Also:



729
730
731
# File 'lib/em/connection.rb', line 729

def notify_readable= mode
  EventMachine::set_notify_readable @signature, mode
end