Pixelex.Store.ETS.Owner (Pixelex v0.1.0)

Copy Markdown View Source

Owns the ETS table so it outlives the process that first wrote to it.

Without an owner the table dies with whichever request happened to create it, and the next request silently starts a fresh one.

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.

start_link(opts)