ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
559 stars 72 forks source link

Eio_unix.Net: make some return types more polymorphic #744

Closed talex5 closed 5 months ago

talex5 commented 5 months ago

This allows e.g. using the result of the import_socket_stream as a stream_socket_ty without needing a cast.