is not current version
Last Version 1.3.1

Dryuf Concurrent framework 1.3.0

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
Version

Version

1.3.0
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 1.3.0


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

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.