All Projects → wkgcass → f

wkgcass / f

Licence: MIT license
a library to write async vert.x code similar as using java syntax

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to f

Fluture
🦋 Fantasy Land compliant (monadic) alternative to Promises
Stars: ✭ 2,249 (+10122.73%)
Mutual labels:  monad, future
asynqro
Futures and thread pool for C++ (with optional Qt support)
Stars: ✭ 103 (+368.18%)
Mutual labels:  monad, future
Dsl.scala
A framework to create embedded Domain-Specific Languages in Scala
Stars: ✭ 220 (+900%)
Mutual labels:  monad, future
Fun Task
Abstraction for managing asynchronous code in JS
Stars: ✭ 363 (+1550%)
Mutual labels:  monad, future
future.scala
Stack-safe asynchronous programming
Stars: ✭ 38 (+72.73%)
Mutual labels:  monad, future
cloudopt-next-example
Example of cloudopt-next
Stars: ✭ 22 (+0%)
Mutual labels:  vertx
vertx-codegen
Vert.x code generator for asynchronous polyglot APIs
Stars: ✭ 95 (+331.82%)
Mutual labels:  vertx
maybe-baby
Minimize defensive coding. A JavaScript implementation of the Maybe monad.
Stars: ✭ 42 (+90.91%)
Mutual labels:  monad
consul-cluster-manager
Consul - based cluster manager that can be plugged into Vert.x ecosystem.
Stars: ✭ 17 (-22.73%)
Mutual labels:  vertx
vertx-jooq-async
Deprecated, use vertx-jooq instead:
Stars: ✭ 27 (+22.73%)
Mutual labels:  vertx
slush-vertx
No description or website provided.
Stars: ✭ 36 (+63.64%)
Mutual labels:  vertx
ScrapeM
A monadic web scraping library
Stars: ✭ 17 (-22.73%)
Mutual labels:  monad
vertx-vue-keycloak
This repo holds the source codes for the Medium Article "Vert.x + VueJS + OAuth2 in 5 steps"
Stars: ✭ 20 (-9.09%)
Mutual labels:  vertx
result17
A rust like Result type for modern C++
Stars: ✭ 13 (-40.91%)
Mutual labels:  monad
alea
Coq library for reasoning on randomized algorithms [maintainers=@anton-trunov,@volodeyka]
Stars: ✭ 20 (-9.09%)
Mutual labels:  monad
vertx-graphql-utils
Vert.x GraphQL utils
Stars: ✭ 22 (+0%)
Mutual labels:  vertx
grooveex
Extension module for vertx-groovy adding methods and syntaxic sugar
Stars: ✭ 14 (-36.36%)
Mutual labels:  vertx
monas
🦋 Scala monads for javascript
Stars: ✭ 21 (-4.55%)
Mutual labels:  monad
vxrifa
Utility library for Vert.X that allows using strong-typed interfaces in communication through EventBus
Stars: ✭ 15 (-31.82%)
Mutual labels:  vertx
vertx-contextual-logging
Contextual logging for Vertx applications
Stars: ✭ 19 (-13.64%)
Mutual labels:  vertx

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].