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

Roberto Ostinelli a84c1926a3 Add on_unregister callback and finalize on_register. 3 years ago
src a84c1926a3 Add on_unregister callback and finalize on_register. 3 years ago
test a84c1926a3 Add on_unregister callback and finalize on_register. 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. 4 years ago
LICENSE.md 06c019990c Reinit empty project. 3 years ago
Makefile b19fce7e54 Remove unnecessary benchmarks. 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.