rational http://clojure.com/blog/2013/06/28/clojure-core-async-channels.html github https://github.com/clojure/core.async
- channels
doc/github https://github.com/ztellman/manifold
- deferreds
- streams
doc/github https://github.com/ReactiveX/RxClojure
- [reactive extention](ReactiveX http://reactivex.io/ )
doc http://docs.paralleluniverse.co/pulsar/ github https://github.com/puniverse/quasar
- fiber
- transforming any asynchronous callback to a fiber-blocking operation
- promise
- channel (core.async)
- channel transformation (AKA Reactive Extensions)
- dataflow (reative) programing
- actor (with behaviors, supervisors)
- comsat-ring-jetty9
- comsat-httpkit (http client only)
doc http://funcool.github.io/futura/latest/ github https://github.com/funcool/futura
- promise
- streams
- atomics
- executors
beicon is a small and concise library that provides reactive streams to clojurescript built on top of rxjs. doc http://funcool.github.io/beicon/latest/ github https://github.com/funcool/beicon
- reative streams
On the JVM platform is built on top of completable futures (requires jdk8) and on JS platform is built on top of bluebird promise library.
doc http://funcool.github.io/promesa/latest/ github https://github.com/funcool/promesa
- promise
A lightweight promise/future abstraction built on top of JDK8 CompletableFuture. doc https://funcool.github.io/promissum/latest/ github https://github.com/funcool/promissum
- promise