Blanket.Heir
This modules describes the generic server for the heirs. Use the Blanket
module to create and interact with the heirs.
Summary
new(module, owner, tab, opts) | Starts a new heir process. The calling process must own the table, use
|
Functions
Specs:
- new(module, owner, tab, opts) :: {:ok, pid} when module: atom, owner: Blanket.owner, tab: :ets.tid, opts: Blanket.opts
Starts a new heir process. The calling process must own the table, use
Blanket.new
to create a table and attach a heir.