Registry / utility / jboss-threads

jboss-threads

JSON →
library3.9.2javamavenunverified

Thread pool implementations and threading utilities for Java applications.

<dependency> <groupId>org.jboss.threads</groupId> <artifactId>jboss-threads</artifactId> <version>3.9.2</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-THREADS
J
jboss-threads
utilityjavav3.9.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JBossExecutors
org.jboss.threads.JBossExecutors

Create a limited thread pool executor

import org.jboss.threads.JBossExecutors; ExecutorService executor = JBossExecutors.newLimitedExecutor(10); executor.execute(() -> System.out.println("Hello")); executor.shutdown();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.9.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jboss-threads — mvn dependency:get jboss-threads · libregistry