ezpostgresql
ezpostgresql copied to clipboard
Lwt_unix.yield is deprecated
lwt 5.5.0
File "ezpostgresql.ml", line 30, characters 4-18:
30 | Lwt_unix.yield () >>= fun () -> wait_for_result conn
^^^^^^^^^^^^^^
Error (alert deprecated): Lwt_unix.yield
Use Lwt.pause instead