Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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

```