Registry / utility / ao-concurrent

ao-concurrent

JSON →
library4.1.0javamavenunverified

Concurrent programming utilities for Java, providing thread-safe collections and synchronization helpers.

<dependency> <groupId>com.aoapps</groupId> <artifactId>ao-concurrent</artifactId> <version>4.1.0</version> </dependency>
INSTALL
IMPORT
SIG · AO-CONCURRENT
A
ao-concurrent
utilityjavav4.1.0
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.

ThreadPool
com.aoapps.concurrent.ThreadPool

Basic usage of AO Concurrent ThreadPool.

import com.aoapps.concurrent.ThreadPool; public class Example { public static void main(String[] args) { ThreadPool pool = new ThreadPool(4); pool.submit(() -> System.out.println("Task executed")); pool.shutdown(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
18
OpenAI (training)
2
Meta
1
Resources
ao-concurrent — mvn dependency:get ao-concurrent · libregistry