Concurrent Utilities

Some utilities for concurrent java programming.

License

License

GroupId

GroupId

com.lingcreative
ArtifactId

ArtifactId

concurrent-utils
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Concurrent Utilities
Some utilities for concurrent java programming.
Project URL

Project URL

https://github.com/sauntor/concurrent-utils
Source Code Management

Source Code Management

https://github.com/sauntor/concurrent-utils

Download concurrent-utils

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.0.3
0.0.2
0.0.1