Etso v0.1.4 Etso.Adapter.TableServer View Source
The Table Server is a simple GenServer tasked with starting and holding an ETS table, which is namespaced in the Table Registry by the Repo and the Schema. Once the Table Server starts, it will attempt to create the ETS table, and also register the ETS table with the Table Registry.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Starts the Table Server for the given repo
and schema
, with registration under name
.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
start_link(arg)
View Sourcestart_link({Etso.repo(), Etso.schema(), atom()}) :: GenServer.on_start()
Starts the Table Server for the given repo
and schema
, with registration under name
.