Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion erts/emulator/internal_doc/AutomaticYieldingOfCCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Yielding C Fun in the Erlang Run-time System

At the time of writing, YCF is used for the following in ERTS:

* `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)
* `maps:from_keys/2`, `maps:from_list/1`, `maps:keys/1` and `maps:values/1`
* The functions `erts_qsort_ycf_gen_yielding`,
`erts_qsort_ycf_gen_continue` and `erts_qsort_ycf_gen_destroy`
Expand Down
Loading