Packages

Globals is a module that provides ETS backed global state storage with PubSub capabilities.

Current section

Files

Jump to
globals lib application.ex
Raw

lib/application.ex

defmodule Globals.Application do
use Application
def start(_type, _args) do
Globals.start_link([])
end
end