class Typhoeus::Multi

def do_perform

def do_perform
  running = ::FFI::MemoryPointer.new(:int)
  code = Curl.multi_perform(@handle, running)
  @running = running.read_int
  code
end