From: Yamagata Y. <yor...@mb...> - 2004-04-03 04:25:50
|
From: "Nicolas Cannasse" <war...@fr...> Subject: Re: [Ocaml-lib-devel] High Level IO Date: Thu, 25 Mar 2004 21:55:21 +0100 > They are blocking : > > let i = IO.input_channel ch in > let data = (match IO.available ch with > | None -> failwith "unknown data available" > | Some n -> IO.nread ch n > ) in > IO.close_in i; My comment of "non-blocking" is based on pipe code which you withdrawn. Do you intend to resurrect it? |