ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
528 stars 67 forks source link

Finish eio_posix backend #456

Open talex5 opened 1 year ago

talex5 commented 1 year ago

From #448:

haesbaert commented 1 year ago

Concerning getaddrinfo, I wrote this (didn't want to throw it away): https://github.com/haesbaert/ocaml-getaddrinfo It's in good shape and I can make an opam release at some point.

Basically bindings that can work in an async way via a systhread or fork (Getaddrinfo.Async.P and Getaddrinfo.Async.T)

talex5 commented 1 year ago

Ah, I also have: https://github.com/talex5/eio/commits/getaddrinfo (unfinished, but does avoid license problem).