All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.jvm.Cpu.scala Maven / Gradle / Ivy

The newest version!
package com.twitter.jvm

import com.twitter.app.GlobalFlag

object numProcs extends GlobalFlag[Double](
  Runtime.getRuntime.availableProcessors().toDouble,
  "number of logical cores"
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy