
5 May
2010
5 May
'10
3:17 p.m.
On Wed, May 5, 2010 at 12:18 PM, Simon Marlow
http://hackage.haskell.org/trac/ghc/ticket/4046
I'd like to add the following function to `System.IO`, alongside `hGetBuf` and `hGetBufNonBlocking`:
[...] +1 from me. I would expect this to be available from System.IO as it closely resembles the low-level UNIX call. The BSD socket API is definitely one of the better out there, if you squint the eyes and look through the haze of C.q -- J.