Sha256: e9a7eb5514cbd44b291f4f8f659f29ee8d9820a7451fb2741f2c65fe86e469f5

Contents?: true

Size: 158 Bytes

Versions: 2

Compression:

Stored size: 158 Bytes

Contents

# frozen_string_literal: true
require "concurrent"

module RightSpeed
  module Env
    def self.processors
      Concurrent.processor_count
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
right_speed-0.2.0 lib/right_speed/env.rb
right_speed-0.1.0 lib/right_speed/env.rb