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.
- Host: GitHub
- URL: https://github.com/javadelight/delight-async
- Owner: javadelight
- Created: 2015-07-04T07:36:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T20:48:35.000Z (over 2 years ago)
- Last Synced: 2025-01-30T18:42:24.584Z (about 1 year ago)
- Topics: asynchronous, asynchronous-api, asynchronous-programming, gwt, java, javadelight
- Language: Java
- Homepage:
- Size: 264 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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).
[](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.