f icon indicating copy to clipboard operation
f copied to clipboard

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

f

Build Status Coverage Status

dependency

gradle

compile 'net.cassite:f:0.4.2'

maven

<dependency>
  <groupId>net.cassite</groupId>
  <artifactId>f</artifactId>
  <version>0.4.2</version>
</dependency>

usage

Please check the documents in docs directory.