mirror https://github.com/ostinelli/syn

Roberto Ostinelli e26cf133bc Improve logs. 3 years ago
src e26cf133bc Improve logs. 3 years ago
test 41ea1c4f3f Add is_*member method. 3 years ago
.gitignore c3b5ba2919 Add ex_docs. 3 years ago
.travis.yml bae548e654 Remove older versions from Travis, don't want to fix this. 3 years ago
LICENSE.md 06c019990c Reinit empty project. 3 years ago
Makefile 3134cf9396 Add basic benchmark. 3 years ago
README.md 06c019990c Reinit empty project. 3 years ago
docs.config c3b5ba2919 Add ex_docs. 3 years ago
docs.sh c3b5ba2919 Add ex_docs. 3 years ago
rebar.config c3b5ba2919 Add ex_docs. 3 years ago
rebar.lock 60d8425bff Start adding registry with no mnesia sync mechanisms. 5 years ago

README.md

Build Status Hex pm

Syn (v3)

Syn (short for synonym) is a global Process Registry and Process Group manager for Erlang and Elixir. Syn automatically manages addition / removal of nodes from the cluster, and is also able to recover from net splits.

V3 is a WIP.