8 Jan
2002
8 Jan
'02
6:50 p.m.
Maybe (I have to think through the consequences a bit first), but until that time you may want to insert calls to 'yield' immediately after a call to 'forkIO' -- that should have the same effect as the tweak you refer to. --sigbjorn ----- Original Message ----- From: Conal Elliott To: hugs-bugs@haskell.org Sent: Tuesday, January 08, 2002 10:04 Subject: hugs thread scheduling Hugs still (again?) has a thread scheduling behavior that breaks Fran immediately. The required Prelude tweak is described at http://research.microsoft.com/~conal/Fran/news.htm under the "1.15" heading. Will this Prelude change get made at some point? - Conal