#1657: throwTo + unsafeInterleaveIO oddness
-----------------------------+----------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Runtime System | Version: 6.6.1
Severity: normal | Keywords:
Difficulty: Unknown | Os: Windows
Testcase: | Architecture: x86
-----------------------------+----------------------------------------------
I suspect this is related/dup of #418
but it's biting me with something I've been doing, so here's another test
case.
I have a long-running computation which returns a list which I then
consume.
I'm working on a visualizer app, where I want to update the visualizer in
real-time while running the computation.
I wrote some glue which takes the list and computes it in a background
thread, returning a piece every X microseconds.
Code will be attached.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1657>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs