[GHC] #1070: Add hPutNonBlocking to Data.ByteString

GHC trac at galois.com
Thu Dec 28 09:00:41 EST 2006


#1070: Add hPutNonBlocking to Data.ByteString
-------------------------------+--------------------------------------------
    Reporter:  guest           |       Owner:         
        Type:  proposal        |      Status:  new    
    Priority:  normal          |   Milestone:         
   Component:  libraries/base  |     Version:  6.6    
    Severity:  normal          |    Keywords:         
  Difficulty:  Unknown         |    Testcase:         
Architecture:  Unknown         |          Os:  Unknown
-------------------------------+--------------------------------------------
This patch adds the function hPutNonBlocking, which is a non blocking
 version of hPut.  The change is completely analogous to the
 hGet/hGetNonBlocking functions.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1070>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list