Immortal v0.2.0

Modules summary

Immortal

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

Immortal.ETSTableManager

Creates and keeps an ETS table alive using the heir feature. Normally, an ETS table will die as soon as its owner process dies. This means that if the owner and consumer of the table are the same process, you can lose your table to a crash