module Concurrent

def self.processor_count

Other tags:
    See: http://docs.oracle.com/javase/6/docs/api/java/lang/Runtime.html#availableProcessors() -

Returns:
  • (Integer) - number of processors seen by the OS or Java runtime
def self.processor_count
  processor_counter.processor_count
end