An open API service indexing awesome lists of open source software.

https://github.com/javadelight/delight-async

Foundations and utilities for developing asynchronous applications in Java.
https://github.com/javadelight/delight-async

asynchronous asynchronous-api asynchronous-programming gwt java javadelight

Last synced: 10 months ago
JSON representation

Foundations and utilities for developing asynchronous applications in Java.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/javadelight/delight-async.svg)](https://travis-ci.org/javadelight/delight-async)

delight-async
=========

Asynchronous utilities for Java and GWT applications.

Part of the [Java Delight Suite](https://github.com/javadelight/delight-main#java-delight-suite).

[All Project Reports](http://modules.appjangle.com/delight-async/latest/project-reports.html)

## Dependency

Just add the following dependency to your projects.

```

org.javadelight
delight-async
[insert latest version]

```

This artifact is available on [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cdelight-async) and
[BinTray](https://bintray.com/javadelight/javadelight/delight-async).

[![Maven Central](https://img.shields.io/maven-central/v/org.javadelight/delight-async.svg)](https://search.maven.org/#search%7Cga%7C1%7Cdelight-async)

## More Reading

[Tim Ward: Asynchronous OSGi Promises for the Masses](http://www.slideshare.net/mfrancis/asynchronous-osgi-promises-for-the-masses-osgi-devcon-2014)

[Java EE: Asynchronous constructs and capabilities](http://www.javacodegeeks.com/2014/08/java-ee-asynchronous-constructs-and-capabilities.html):
Asynchronous features in Java EE, which will be easier to use with async-api.