cabol / shards

Partitioned ETS tables for Erlang and Elixir

Home Page:https://hexdocs.pm/shards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modify `shards:new/2` function to return only the table name in case of success

cabol opened this issue · comments

Currently, shards:new/2 return a tuple {TabName, State}, the idea id make it more compatible with original ets:new/2, returning only the table name (an atom).