question about lazy io
Nick Name
nick.name@inwind.it
Sat, 12 Oct 2002 16:41:49 +0200
On Sat, 12 Oct 2002 07:59:27 -0400
David Roundy <droundy@jdj5.mit.edu> wrote:
> unsafeIO,
to lazily read a directory tree, I found the only way is to use
unsafeInterleaveIO, I hope someone corrects me.
This function is unsafe in the sense that IO is performed at a time
unrelated to the main IO trunk. Keeping this in mind, this behaviour
*might* be what one wants (we are looking for lazy IO at all).
Vincenzo
--
First they ignore you, then they laugh at you,
then they fight you, then you win.
[Gandhi]