``` ocaml Lwt_unix.(bind sock (ADDR_UNIX sock_path)) : unit ``` could block indefinitely due to FS `mknod` on `sock_path`.