A toolbox for Concurrency
AwaitingService
An efficient tool for waiting a list of objects that can await. If some of the objects is available, then onSuccess is called. See AwaitCapableObject
| License |
License |
|---|---|
| GroupId | GroupIdcom.lingcreative |
| ArtifactId | ArtifactIdconcurrent-utils |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionConcurrent Utilities
Some utilities for concurrent java programming.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| concurrent-utils-0.0.3.pom | |
| concurrent-utils-0.0.3.jar | 13 KB |
| concurrent-utils-0.0.3-sources.jar | 3 KB |
| concurrent-utils-0.0.3-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lingcreative/concurrent-utils/ -->
<dependency>
<groupId>com.lingcreative</groupId>
<artifactId>concurrent-utils</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lingcreative/concurrent-utils/
implementation 'com.lingcreative:concurrent-utils:0.0.3'
// https://jarcasting.com/artifacts/com.lingcreative/concurrent-utils/
implementation ("com.lingcreative:concurrent-utils:0.0.3")
'com.lingcreative:concurrent-utils:jar:0.0.3'
<dependency org="com.lingcreative" name="concurrent-utils" rev="0.0.3">
<artifact name="concurrent-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lingcreative', module='concurrent-utils', version='0.0.3')
)
libraryDependencies += "com.lingcreative" % "concurrent-utils" % "0.0.3"
[com.lingcreative/concurrent-utils "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
An efficient tool for waiting a list of objects that can await. If some of the objects is available, then onSuccess is called. See AwaitCapableObject