Dryuf Concurrent framework

Dryuf Concurrent is enhancement over original Java Concurrent Future design. Apart from providing ListenableFuture functionality, it provides flexibility how to handle cancel() operations, can delay the notifications. It allows various types of notification listeners, distinguishing among successful end, failure and end due to cancel request. Last but not least, it has very low memory footprint and excellent performance, even outperforming JDK Future without listener support.

License

License

Categories

Categories

Net
GroupId

GroupId

net.dryuf
ArtifactId

ArtifactId

dryuf-concurrent
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

Dryuf Concurrent framework
Dryuf Concurrent is enhancement over original Java Concurrent Future design. Apart from providing ListenableFuture functionality, it provides flexibility how to handle cancel() operations, can delay the notifications. It allows various types of notification listeners, distinguishing among successful end, failure and end due to cancel request. Last but not least, it has very low memory footprint and excellent performance, even outperforming JDK Future without listener support.
Project URL

Project URL

https://github.com/dryuf/dryuf-concurrent
Source Code Management

Source Code Management

https://github.com/dryuf/dryuf-concurrent.git

Download dryuf-concurrent

How to add to project

<!-- https://jarcasting.com/artifacts/net.dryuf/dryuf-concurrent/ -->
<dependency>
    <groupId>net.dryuf</groupId>
    <artifactId>dryuf-concurrent</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.dryuf/dryuf-concurrent/
implementation 'net.dryuf:dryuf-concurrent:1.3.1'
// https://jarcasting.com/artifacts/net.dryuf/dryuf-concurrent/
implementation ("net.dryuf:dryuf-concurrent:1.3.1")
'net.dryuf:dryuf-concurrent:jar:1.3.1'
<dependency org="net.dryuf" name="dryuf-concurrent" rev="1.3.1">
  <artifact name="dryuf-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dryuf', module='dryuf-concurrent', version='1.3.1')
)
libraryDependencies += "net.dryuf" % "dryuf-concurrent" % "1.3.1"
[net.dryuf/dryuf-concurrent "1.3.1"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (3)

Group / Artifact Type Version
org.testng : testng jar 7.3.0
org.mockito : mockito-core jar 4.4.0
org.hamcrest : hamcrest-core jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0