Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wkgcass/f

a library to write async vert.x code similar as using java syntax
https://github.com/wkgcass/f

future java monad vertx

Last synced: about 2 months ago
JSON representation

a library to write async vert.x code similar as using java syntax

Awesome Lists containing this project

README

        

# f

[![Build Status](https://travis-ci.org/wkgcass/f.svg?branch=master)](https://travis-ci.org/wkgcass/f)
[![Coverage Status](https://coveralls.io/repos/github/wkgcass/f/badge.svg?branch=master)](https://coveralls.io/github/wkgcass/f?branch=master)

## dependency

gradle

```groovy
compile 'net.cassite:f:0.4.2'
```

maven

```xml

net.cassite
f
0.4.2

```

## usage

Please check the documents in docs directory.