mirage / ocaml-conduit

Dereference URIs into communication channels for Async or Lwt
ISC License
83 stars 74 forks source link

Lwt_unix.yield was deprecated in favor of Lwt.pause #403

Closed MisterDA closed 3 years ago

MisterDA commented 3 years ago

Deprecated in the lwt dev, but it's a safe change to make now. It was added in https://github.com/ocsigen/lwt/commit/f3c5fdb32c27be758c6ae6f42fd0762aaae47a06 before 2.1.0, so the current lower bound doesn't need to be changed.

hannesm commented 3 years ago

part of #407