mirage / mirage-flow

Flow implementations for Mirage
ISC License
12 stars 11 forks source link

Add Lwt_io channel to flow converters #3

Open samoht opened 9 years ago

samoht commented 9 years ago

be750d18b547d0aa024406ba4d723814a8f8143c introduces flow to lwt_io channels converters. Would be nice to have the reverse as well.

yomimono commented 6 years ago

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.