Skip to content

nested-tech/ex_hibition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExHibition

For learning about processes and nodes in elixir.

Set up

... assumes Elixir/Erlang is installed and we have a terminal application to use.

We will be exploring different aspects of concurrent elixir by checking out a relevant branch and executing the elixir code via iex.

How to follow

Checkout branches as we go or stay on master to see everything at once.

New app

$ git checkout 0-new-application

Documentation

$ git checkout 1-docs
$ mix deps.get
$ mix docs

Modules

$ git checkout 2-modules

Processes

$ git checkout 3-processes

Parallel operations

$ git checkout 4-parallel

Nodes

$ git checkout 5-nodes

Installation

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

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

About

For learning about processes and nodes in elixir.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages