# File lib/gh/faraday_adapter.rb, line 50
    def call(env)
      catch(:parallel) { super }
    end