GenServer Proxy
Performs a GenServer call, cast or stop.
Will wait a bit if the server is not yet registered on restarts.
Installation
If available in Hex, the package can be installed
by adding gen_server_proxy to your list of dependencies in mix.exs:
def deps do
[
{:gen_server_proxy, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/gen_server_proxy.