ets v0.1.1 API Reference
Modules
Contains advanced functions for accessing :ets
tables using the tuple/record notation.
This module retains most of the improvements found in the Ets
module (such as improved error
handling and pipeline optimized parameters), but retains the tuple/record concept
Module for performing table level operations on :ets
tables
Provides functionality to create :ets
tables. Type of table is specified by picking the appropriate
function. Specifying an atom as the first parameter will result in a named table, not specifying will
result in an unnamed table. All functions return {:ok, return} | {:error, reason} tuples, and have a bang (ending in !)
which returns the raw value or raises on :error. Named versions return the name of the table, unnamed versions return a
reference to the table