[GHC] #1324: threadDelay can't handle long times
GHC
trac at galois.com
Thu May 3 13:12:58 EDT 2007
#1324: threadDelay can't handle long times
-----------------------------+----------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: libraries/base | Version: 6.6.1
Severity: normal | Keywords:
Difficulty: Unknown | Os: Unknown
Testcase: | Architecture: Unknown
-----------------------------+----------------------------------------------
With (Control.Concurrent.threadDelay :: Int -> IO ()) and the parameter
interpreted as microseconds, the longest delay time is some 35 minutes,
which I find somewhat short. Of course it's possible to call threadDelay
several times to implement longer delays, but I ask whether this is the
interface we want to have.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1324>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list