class Faraday::Env

def parallel?

Returns:
  • (Boolean) - true if there is a parallel_manager
def parallel?
  !!parallel_manager
end