Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OneGeek/GWT-CompletableFuture
GWT compatible implementation of java.util.concurrent.CompletableFuture and supporting classes
https://github.com/OneGeek/GWT-CompletableFuture
Last synced: 20 days ago
JSON representation
GWT compatible implementation of java.util.concurrent.CompletableFuture and supporting classes
- Host: GitHub
- URL: https://github.com/OneGeek/GWT-CompletableFuture
- Owner: OneGeek
- License: apache-2.0
- Created: 2017-09-06T18:23:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T22:03:37.000Z (about 3 years ago)
- Last Synced: 2024-06-14T02:26:13.929Z (6 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 20
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- gwt-boot-awesome-lili - gwt-completablefuture - Completable future library (Promise and Future Library)
- gwt-boot-awesome-lili - gwt-completablefuture - Completable future library (Promise and Future Library)
README
# GWT-CompletableFuture
GWT 2.8.0 compatible implementation of java.util.concurrent.CompletableFuture and supporting classes. The implementation is compatible with Java 8 lambdas.
(The preceding line was really included to help those looking for such via a seach engine)This merely packages commit [nordligulv/gwt@8b17515](https://github.com/nordligulv/gwt/commit/8b175153216b527e735a07feda4cb5d822caa7c8) into a standalone library for GWT.
If/When GWT includes CompletableFuture emulation itself, this library will be obsolete.
## Usage
### Maven
Include the following in the `` section of your `pom.xml` file.
```xml
com.ekotrope
gwt-completablefuture
1.0.0```
### GWT
Include the following in your `*.gwt.xml` GWT module descriptor file.
```xml
```