Popularity
7.2
Stable
Activity
0.0
Stable
174
7
7

Monthly Downloads: 14
Programming language: Elixir
License: MIT License
Tags: OTP    
Latest version: v0.2.2

immortal alternatives and similar packages

Based on the "OTP" category.
Alternatively, view immortal alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of immortal or a related project?

Add another 'OTP' Package

README

Immortal

Build Status Deps Status

Immortal is a small collection of helper modules intended to make it easier to build a fault-tolerant OTP application. Each module tries to solve a common problem in the most concise possible way.

Included Modules:

  • Immortal.ETSTableManager: Keep your ETS tables alive while your process is rebooted by your supervisor.

  • Immortal.Ghost: Create processes which remain alive for a set period after a target process dies.

Installation

Get it from Hex:

def deps do
  {:immortal, "~> 0.2.2"}
end

Or from Github:

def deps do
  {:immortal, github: "danielberkompas/immortal"}
end

Then run mix deps.get.

Contributing

Check out the [Contributing Guidelines](CONTRIBUTING.md).

License

MIT. See the LICENSE file for more details.


*Note that all licence references and agreements mentioned in the immortal README section above are relevant to that project's source code only.