Filip wrote: > So how to write function that will wait until Handle is ready for reading ??
hWaitForInput :: Handle -> Int -> IO Bool
hWaitForInput h t = ...
Waits until Handle h is ready for reading or t milliseconds have elapsed.
--
Glynn Clements <[EMAIL PROTECTED]>
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell
