self.threads_option

in lib/aws/active_job/sqs/cli_options.rb [92:99]


        def self.threads_option(opts, out)
          doc = 'The maximum number of worker threads to create.  ' \
                'Defaults to 2x the number of processors available on this system.'
          opts.on('-t', '--threads INTEGER', Integer, doc) do |a|
            out[:threads] = a
          end
        end