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