ostinelli / syn

A scalable global Process Registry and Process Group manager for Erlang and Elixir.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support for Elixir

heri16 opened this issue · comments

We need to add support for Elxiir "via-tuple" ProcessRegistry API.
Note: Gproc already supports this, making usage easier in Elixir without introducing another wrapper.

Example Target Usage:

GenServer.start_link(My.GenServer.Module, [], [name: {:via, :syn, "my-key"}])
GenServer.cast({:via, :syn, "my-key"}, :message)
GenServer.call({:via, :syn, "my-key"}, :message)

Created a pull request #18

This is not Elixir-specific. Closing, continuing in the PR.