module Ethon::Multi::Operations
def handle
-
(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
(FFI::Pointer)
- The multi handle.
def handle @handle ||= FFI::AutoPointer.new(Curl.multi_init, Curl.method(:multi_cleanup)) end