Skip to content

Commit

Permalink
Merge pull request #364 from soutaro/add-concurrent-processor-count
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro authored Jul 28, 2023
2 parents aeede72 + 268232c commit 9612e5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gems/concurrent-ruby/1.1/utility/processor_counter.rbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module Concurrent
def self.physical_processor_count: () -> Integer

def self.processor_count: () -> Integer
end

0 comments on commit 9612e5e

Please sign in to comment.