diff options
author | Rickard Green <[email protected]> | 2017-01-18 14:40:25 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-01-18 14:40:25 +0100 |
commit | bfcf88311828b93a833ce96ad1a518b8eca08552 (patch) | |
tree | 0f1a4cd1b6482caec1b0e2ad7661900529124d59 /erts/doc/src | |
parent | 505305a4b6a6372921808c4e5ec56db51b6a308b (diff) | |
download | otp-bfcf88311828b93a833ce96ad1a518b8eca08552.tar.gz otp-bfcf88311828b93a833ce96ad1a518b8eca08552.tar.bz2 otp-bfcf88311828b93a833ce96ad1a518b8eca08552.zip |
Change exception for enif_schedule_nif() with dirty flags
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erl_nif.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl_nif.xml b/erts/doc/src/erl_nif.xml index 51b095e6ef..74a551d60b 100644 --- a/erts/doc/src/erl_nif.xml +++ b/erts/doc/src/erl_nif.xml @@ -2463,7 +2463,7 @@ enif_map_iterator_destroy(env, &iter);</code> CPU-bound, or <c>ERL_NIF_DIRTY_JOB_IO_BOUND</c> for jobs that will be I/O-bound. If dirty scheduler threads are not available in the emulator, an attempt to schedule such a job - results in a <c>badarg</c> exception.</p> + results in a <c>notsup</c> exception.</p> </item> <tag><c>argc</c> and <c>argv</c></tag> <item> |