Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kim/zkvar

A little experiment: a zookept MVar
https://github.com/kim/zkvar

Last synced: 22 days ago
JSON representation

A little experiment: a zookept MVar

Awesome Lists containing this project

README

        

# ZKVar

A little experiment to provide an interface similar to
[MVar](http://hackage.haskell.org/packages/archive/base/latest/doc/html/Control-Concurrent-MVar.html) around
[Zookeeper](http://zookeeper.apache.org/). Uses John Billings excellent, yet unreleased
[zookeeper](https://github.com/jnb/zookeeper) bindings.