diff options
author | Lukas Larsson <[email protected]> | 2016-07-14 16:11:27 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-07-14 16:11:27 +0200 |
commit | 571776ede924840f2a70681764031ca3372dd919 (patch) | |
tree | f148fac63eb7ddbf69c436bfbb395c1df345329d /erts/doc | |
parent | ee03460053a40df8358679d21adaa33c40b243fb (diff) | |
download | otp-571776ede924840f2a70681764031ca3372dd919.tar.gz otp-571776ede924840f2a70681764031ca3372dd919.tar.bz2 otp-571776ede924840f2a70681764031ca3372dd919.zip |
erts: Update msacc docs with dirty scheduler info
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erlang.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index e402ce448f..2b7a3b85e5 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -6145,6 +6145,10 @@ lists:map( <taglist> <tag><c>scheduler</c></tag> <item>The main execution threads that do most of the work.</item> + <tag><c>dirty_cpu_scheduler</c></tag> + <item>The threads for long running cpu intensive work.</item> + <tag><c>dirty_io_scheduler</c></tag> + <item>The threads for long running I/O work.</item> <tag><c>async</c></tag> <item>Async threads are used by various linked-in drivers (mainly the file drivers) do offload non-CPU intensive work.</item> |