Method: EventMachine::Connection#pause
- Defined in:
- lib/em/connection.rb
#pause ⇒ Object
Pause a connection so that #send_data and #receive_data events are not fired until #resume is called.
753 754 755 |
# File 'lib/em/connection.rb', line 753 def pause EventMachine::pause_connection @signature end |