Skip to content

A study project focused on concurrency and parallelism in Elixir using GenServer and GenStage. The project covers the behavior and performance of these abstractions in a concurrent and parallel environment through practical examples and exercises

Notifications You must be signed in to change notification settings

thiagomiarelli/Email-Sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sender

A study project focused on concurrency and parallelism in Elixir using GenServer and GenStage. The project covers the behavior and performance of these abstractions in a concurrent and parallel environment through practical examples and exercises

Installation

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

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

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/sender.

About

A study project focused on concurrency and parallelism in Elixir using GenServer and GenStage. The project covers the behavior and performance of these abstractions in a concurrent and parallel environment through practical examples and exercises

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages