On Mon, Mar 14, 2011 at 11:56 PM, qld3303 <[email protected]> wrote: > This will work if I use atomically, but otherwise it does nothing, tchan > remains empty afterwards. > I'm not clear how this should behave.
You really should use atomically on that line. I don't see how it worked before. -- Felipe. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
