From 3aa7023f2e4f5454faddd663f00ee4c935f9b8f6 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Thu, 4 Dec 2014 11:09:28 +0100 Subject: ets: Increase data available in crash dumps and ets:info OTP-12376 --- lib/stdlib/doc/src/ets.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/stdlib/doc') diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml index 3df24bf688..aa16e4e3db 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -456,6 +456,12 @@ Error: fun containing local Erlang function calls {type, type()}

The table type.
+ {read_concurrency, boolean()}

+ + Indicates whether the table uses read_concurrency or not.
+ {write_concurrency, boolean()}

+ + Indicates whether the table uses write_concurrency or not.
-- cgit v1.2.3