Method: EventMachine::Connection#pause

Defined in:
lib/em/connection.rb

#pauseObject

Pause a connection so that #send_data and #receive_data events are not fired until #resume is called.

See Also:



753
754
755
# File 'lib/em/connection.rb', line 753

def pause
  EventMachine::pause_connection @signature
end