Class: CMUX::Connection::Pointer
- Inherits:
-
FFI::AutoPointer
- Object
- FFI::AutoPointer
- CMUX::Connection::Pointer
- Defined in:
- lib/cmux/connection.rb
Class Method Summary collapse
Class Method Details
.release(pointer) ⇒ Object
5 6 7 |
# File 'lib/cmux/connection.rb', line 5 def self.release(pointer) Library.cmux_destroy pointer end |