forhappy / uv-ocaml

Ocaml binding for joyent/libuv[https://github.com/joyent/libuv]
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Integrate with Async / Lwt #4

Open nrlucaroni opened 10 years ago

nrlucaroni commented 10 years ago

??? It seems some of these procedures would benefit from being wrapped in the Async / Lwt paradigm. I need to be more familiar with UV and Async to know for sure.

rgrinberg commented 10 years ago

There was talk about it in the core mailing lists a while ago (and another one more recently)

https://groups.google.com/forum/#!msg/ocaml-core/SMINkmzis9U/CGGeMRA-k5MJ

It's definitely something that would be very much desired by async users. As it would instantly give them windows compatibility. I'm not sure if this binding is the right place for it however.