Cldr.Eternal.start
You're seeing just the function
start
, go back to Cldr.Eternal module for more information.
Functionally equivalent to start_link/3
, except that the link to the starting
process is removed after the table is started.
Examples
iex> Cldr.Eternal.start(:table1, [], [quiet: true])
iex> Cldr.Eternal.start(:table2, [:compressed], [quiet: true])
iex> Cldr.Eternal.start(:table3, [], [quiet: true])