table_rex v0.2.0 TableRex.Server
Summary
Functions
Starts a new table server, unlinked from the calling process
Starts a new table server, linked to the calling process
Functions
Specs
start(TableRex.Table.t, GenServer.options) :: Agent.on_start
Starts a new table server, unlinked from the calling process.
Specs
start_link(TableRex.Table.t, GenServer.options) :: Agent.on_start
Starts a new table server, linked to the calling process.