Libraries
»
cmux
(0.0.3)
»
Index
»
CMUX
»
Connection
»
#close
Method: CMUX::Connection#close
Defined in:
lib/cmux/connection.rb
#
close
⇒
Object
45 46 47 48
# File 'lib/cmux/connection.rb', line 45
def
close
@handle
.
free
@handle
=
nil
end