# File lib/faraday/adapter/em_http.rb, line 195 def check_finished if @num_succeeded + @errors.size == @num_registered EventMachine.stop end end