t

tpg4j

Thread Pool Governance for Java.It can dynamic allocation reload thread pools size and queue size by yaml configuration.
https://github.com/iWuYc-X/tpg4j
GNU General Public License v2.0
neil
Files download
File Operation
tpg4j-0.1.1.jar download
tpg4j-0.1.1.pom download
tpg4j-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.iwuyc.tools</groupId>
  <artifactId>tpg4j</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.iwuyc.tools:tpg4j:0.1.1'
Gradle Kotlin
implementation("com.iwuyc.tools:tpg4j:0.1.1")
Scala SBT
libraryDependencies += "com.iwuyc.tools" % "tpg4j" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.iwuyc.tools', module='tpg4j', version='0.1.1')
)
Apache Ivy
<dependency org="com.iwuyc.tools" name="tpg4j" rev="0.1.1" />
Leiningen
[com.iwuyc.tools/tpg4j "0.1.1"]
Apache Buildr
'com.iwuyc.tools:tpg4j:jar:0.1.1'