Open samoht opened 9 years ago
be750d18b547d0aa024406ba4d723814a8f8143c introduces flow to lwt_io channels converters. Would be nice to have the reverse as well.
If I understand correctly, this is now Mirage_flow_unix, which still has Make with ic : F.flow -> Lwt_io.input_channel and out : F.flow -> Lwt_io.output_channel, but not the reverse.
Mirage_flow_unix
Make
ic : F.flow -> Lwt_io.input_channel
out : F.flow -> Lwt_io.output_channel
be750d18b547d0aa024406ba4d723814a8f8143c introduces flow to lwt_io channels converters. Would be nice to have the reverse as well.