Skip to content

Foundations and utilities for developing asynchronous applications in Java.

Notifications You must be signed in to change notification settings

javadelight/delight-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

delight-async

Asynchronous utilities for Java and GWT applications.

Part of the Java Delight Suite.

All Project Reports

Dependency

Just add the following dependency to your projects.

<dependency>
    <groupId>org.javadelight</groupId>
    <artifactId>delight-async</artifactId>
    <version>[insert latest version]</version>
</dependency>

This artifact is available on Maven Central and BinTray.

Maven Central

More Reading

Tim Ward: Asynchronous OSGi Promises for the Masses

Java EE: Asynchronous constructs and capabilities: Asynchronous features in Java EE, which will be easier to use with async-api.