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

com.twitter.finagle.netty4.numWorkers.scala Maven / Gradle / Ivy

The newest version!
package com.twitter.finagle.netty4

import com.twitter.app.GlobalFlag
import com.twitter.jvm.numProcs

object numWorkers extends GlobalFlag((numProcs() * 2).ceil.toInt, "number of netty4 worker threads")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy