kyo.scheduler.regulator
package kyo.scheduler.regulator
Members list
Type members
Classlikes
object Admission
final class Concurrency(loadAvg: () => Double, updateConcurrency: Int => Unit, sleep: Int => Unit, nowNanos: () => Long, timer: InternalTimer, config: Config) extends Regulator
object Concurrency
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Concurrency.type
case class Config(collectWindow: Int, collectInterval: Duration, regulateInterval: Duration, jitterUpperThreshold: Double, jitterLowerThreshold: Double, loadAvgTarget: Double, stepExp: Double)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Admissionclass Concurrency
In this article