[erlang-questions] atomic ets:take_first, ets:take_last

Alexandre Beniaminov abeniaminov@REDACTED
Thu Jul 14 20:06:19 CEST 2016


Dear Developers,

is

case ets:first(T) of
   '$end_of_table' -> '$end_of_table';
   Key -> ets:take(T, Key)
end

atomic for ordered_set ets ?

If not it would be great to have atomic function like ets:take_first and
ets:take_last
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160714/3cf7fe8f/attachment.htm>


More information about the erlang-questions mailing list