Skip to content

Commit

Permalink
mention Lwt_domain in CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust committed Nov 25, 2021
1 parent 9945dfc commit c7bc30a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

* In the Lwt_unix module, add `?cloexec:bool` optional arguments to functions that create file descriptors (`dup`, `dup2`, `pipe`, `pipe_in`, `pipe_out`, `socket`, `socketpair`, `accept`, `accept_n`). The `?cloexec` argument is simply forwarded to the wrapped Unix function (with OCaml >= 4.05, see PR ocaml/ocaml#650), or emulated as best-effort with `Unix.set_close_on_exec` on older OCaml versions (#327, #847, #872, #901, Antonin Décimo).

* Lwt_domain: helpers for using domainslib from Lwt (#860, Sudha Parimala)

====== Misc ======

* Code quality improvement: remove an uneeded Obj.magic (#844, Benoit Montagu).
Expand Down

0 comments on commit c7bc30a

Please sign in to comment.