You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Lwt_unix there is val socket : socket_domain -> socket_type -> int -> file_descr.
In Unix there is val socket : ?cloexec:bool -> socket_domain -> socket_type -> int -> file_descr.
The unix wrapper should expose the cloexec parameter.