4.4.0
版本发布时间: 2019-10-10 05:19:42
ocsigen/lwt最新发布版本:5.7.0(2023-08-23 15:03:39)
Additions
-
?suffix
argument forLwt_io.with_temp_file
andLwt_io.open_temp_file
(#724, requested Volker Diels-Grabsch). -
Lwt_io.with_temp_dir
andLwt_io.create_temp_dir
(#724, requested Volker Diels-Grabsch).
Changes
-
Lwt_io.establish_server
: increase default backlog from 5 toSOMAXCONN
(#731, suggested Konstantin Olkhovskiy). - PPX: use OCaml 4.09 ASTs to support recent features (074f679).
- PPX: deprecate
let%lwt
structure items (#733, prompted Didier Le Botlan).
Miscellaneous
- Tests now pass in more environments (#721, #722, #725, #729, reported Olaf Hering).