Skip to content

NamedSupervisedServer is a GenServer + start_link/1 behavior. By default, it registers name __MODULE__, but you can also supply a different name.

License

Notifications You must be signed in to change notification settings

pertsevds/named_supervised_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NamedSupervisedServer

The NamedSupervisedServer module simplifies the start-up of supervised GenServers with specific names and customizable initialization processes.

NamedSupervisedServer is a GenServer + start_link/1 behavior. By default, it registers name __MODULE__, but you can also supply a different name.

Installation

If available in Hex, the package can be installed by adding named_supervised_server to your list of dependencies in mix.exs:

def deps do
  [
    {:named_supervised_server, "~> 0.1.0"}
  ]
end

Documentation

https://hexdocs.pm/named_supervised_server

About

NamedSupervisedServer is a GenServer + start_link/1 behavior. By default, it registers name __MODULE__, but you can also supply a different name.

Topics

Resources

License

Stars

Watchers

Forks

Languages