aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-12-04 11:09:28 +0100
committerLukas Larsson <[email protected]>2014-12-19 10:39:35 +0100
commit3aa7023f2e4f5454faddd663f00ee4c935f9b8f6 (patch)
treee1d088b903ce70c5810b528a28605ea1a5207cc9 /lib/stdlib/doc
parentaa6c60768825915825b3730bb836afa9253ea0a0 (diff)
downloadotp-3aa7023f2e4f5454faddd663f00ee4c935f9b8f6.tar.gz
otp-3aa7023f2e4f5454faddd663f00ee4c935f9b8f6.tar.bz2
otp-3aa7023f2e4f5454faddd663f00ee4c935f9b8f6.zip
ets: Increase data available in crash dumps and ets:info
OTP-12376
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r--lib/stdlib/doc/src/ets.xml6
1 files changed, 6 insertions, 0 deletions
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
<item><c>{type, <seealso marker="#type-type">type()</seealso>}</c> <br></br>
The table type.</item>
+ <item><c>{read_concurrency, boolean()}</c> <br></br>
+
+ Indicates whether the table uses read_concurrency or not.</item>
+ <item><c>{write_concurrency, boolean()}</c> <br></br>
+
+ Indicates whether the table uses write_concurrency or not.</item>
</list>
</desc>
</func>