module Ethon::Multi::Operations

def handle

Returns:
  • (FFI::Pointer) - The multi handle.

Other tags:
    Example: Return multi handle. -
def handle
  @handle ||= FFI::AutoPointer.new(Curl.multi_init, Curl.method(:multi_cleanup))
end