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

start(table_data \\ %TableRex.Table{}, options \\ [])

Starts a new table server, unlinked from the calling process.

start_link(table_data \\ %TableRex.Table{}, options \\ [])

Starts a new table server, linked to the calling process.