We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d335ad + fd8fe11 commit 4dc0f3dCopy full SHA for 4dc0f3d
erts/emulator/internal_doc/AutomaticYieldingOfCCode.md
@@ -79,7 +79,7 @@ Yielding C Fun in the Erlang Run-time System
79
80
At the time of writing, YCF is used for the following in ERTS:
81
82
-* `ets:insert/2` and`ets:insert_new/2` (when these two functions get a list as their second parameter)
+* `ets:insert/2` and `ets:insert_new/2` (when these two functions get a list as their second parameter)
83
* `maps:from_keys/2`, `maps:from_list/1`, `maps:keys/1` and `maps:values/1`
84
* The functions `erts_qsort_ycf_gen_yielding`,
85
`erts_qsort_ycf_gen_continue` and `erts_qsort_ycf_gen_destroy`
0 commit comments