Skip to content

Tools for building the observer pattern in Elixir

Notifications You must be signed in to change notification settings

nsweeting/observable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Observable

Provides simple tools to implement the "Observer" pattern.

Installation

The package can be installed by adding observable to your list of dependencies in mix.exs:

def deps do
  [
    {:observable, "~> 0.3"}
  ]
end

Documentation

See HexDocs for additional documentation.

About

Tools for building the observer pattern in Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages