Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wkgcass/f
- Owner: wkgcass
- License: mit
- Created: 2018-10-15T11:02:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T18:38:42.000Z (over 5 years ago)
- Last Synced: 2024-11-14T17:13:53.040Z (about 2 months ago)
- Topics: future, java, monad, vertx
- Language: Java
- Homepage:
- Size: 151 KB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.