License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.dryuf |
ArtifactId | ArtifactIddryuf-concurrent |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDryuf 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dryuf-concurrent-1.3.1.pom | |
dryuf-concurrent-1.3.1.jar | 67 KB |
dryuf-concurrent-1.3.1-sources.jar | 39 KB |
dryuf-concurrent-1.3.1-javadoc.jar | 213 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
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 |