# File lib/aws/core/http/curb_handler.rb, line 23 def initialize @q = [] @sem = Mutex.new @multi = Curl::Multi.new start_processor end