Cldr.Eternal.stop
You're seeing just the function
stop
, go back to Cldr.Eternal module for more information.
Specs
stop(table :: Cldr.Eternal.Table.t()) :: :ok
Terminates both servers in charge of a given ETS table.
Note: this will terminate your ETS table.
Examples
iex> Cldr.Eternal.stop(:my_table)
:ok