Registry / testing / concurrentunit

concurrentunit

JSON →
library0.4.6javamavenunverified

Toolkit for testing multi-threaded and asynchronous applications.

<dependency> <groupId>net.jodah</groupId> <artifactId>concurrentunit</artifactId> <version>0.4.6</version> </dependency>
INSTALL
IMPORT
SIG · CONCURRENTUNIT
C
concurrentunit
testingjavav0.4.6
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.

Waiter
net.jodah.concurrentunit.Waiter

Use Waiter to synchronize threads in tests.

import net.jodah.concurrentunit.Waiter; public class Example { public static void main(String[] args) throws Throwable { Waiter waiter = new Waiter(); new Thread(() -> { waiter.resume(); }).start(); waiter.await(1000); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
concurrentunit — mvn dependency:get concurrentunit · libregistry