Method: CMUX::Connection#activate
- Defined in:
- lib/cmux/connection.rb
#activate ⇒ Object
36 37 38 39 40 41 42 43 |
# File 'lib/cmux/connection.rb', line 36 def activate status = Library.cmux_activate @handle if status == -1 raise Library.cmux_error(@handle) end nil end |