diff options
author | Sverker Eriksson <[email protected]> | 2017-03-23 19:07:53 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-09-15 10:04:41 +0200 |
commit | 68cbafa26fa3cc36eb2ed3dd26c0dda41f6fec44 (patch) | |
tree | f07358dde2ba291b8c4f90b951d38924075170ff /erts/doc | |
parent | dd0e4b76d7ef6ea8ecceb246ee9eef19a92b4fbf (diff) | |
download | otp-68cbafa26fa3cc36eb2ed3dd26c0dda41f6fec44.tar.gz otp-68cbafa26fa3cc36eb2ed3dd26c0dda41f6fec44.tar.bz2 otp-68cbafa26fa3cc36eb2ed3dd26c0dda41f6fec44.zip |
erts: Clarify erl_driver docs about thread safety
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl_driver.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl_driver.xml b/erts/doc/src/erl_driver.xml index 5705100ab2..ca9d458e1e 100644 --- a/erts/doc/src/erl_driver.xml +++ b/erts/doc/src/erl_driver.xml @@ -157,7 +157,7 @@ </note> <p>Most functions in this API are <em>not</em> thread-safe, that is, - they <em>cannot</em> be called from any thread. Functions + they <em>cannot</em> be called from arbitrary threads. Functions that are not documented as thread-safe can only be called from driver callbacks or function calls descending from a driver callback call. Notice that driver callbacks can be called from |