Module Ketrew_unix_io (.ml)

module Ketrew_unix_io: sig .. end

include Pvem_lwt_unix
include Pvem_lwt_unix.Deferred_result
val wrap_preemptively : on_exn:(exn -> 'a) -> (unit -> 'b) -> ('b, 'a) t
val lwt_stream_to_string : string Lwt_stream.t -> (string, [> `Failure of string ]) t