diff options
author | Christiano Haesbaert <christiano.fh@gmail.com> | 2022-07-05 18:41:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 17:41:17 +0100 |
commit | e5ccc8b6ae9747abc734048eced4ef742a137029 (patch) | |
tree | 39e75f03f9733ad7eb879c024ffae1fec1e5aaef /Changes | |
parent | ed0e5174647d4633d1e84ec5c5f067270e6e5648 (diff) | |
download | ocaml-e5ccc8b6ae9747abc734048eced4ef742a137029.tar.gz |
Add a function to request a recommended max number of Domains (#11309)
Add Domain.recommended_domain_count
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -239,6 +239,10 @@ OCaml 5.0 Unix module. (Nicolás Ojeda Bär, review by Anil Madhavapeddy) +- #11309: Add Domain.recommended_domain_count. + (Christiano Haesbaert, review by David Allsopp, KC Sivaramakrishnan, + Gabriel Scherer, Nicolas Ojeda Bar) + ### Tools: * #11004: Litmus tests for checking the implementation of the |