Mob.PostMortem.Registry.Owner (mob v0.8.3)

Copy Markdown View Source

Owns the ETS table Mob.PostMortem.Registry writes to.

Same reason Mob.Agent.Receipts.Owner / Mob.Invariant.Owner / Mob.Defect.Bus.Owner exist: an ETS table dies with its creator, and the registry needs to outlive the caller that first sweeps. Unlinked, so a sweeping process's exit does not take the registry down.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.