Wed, 18 Apr 2001 14:52:12 +0200 (MET DST), Johannes Waldmann 
<[EMAIL PROTECTED]> pisze:

> it seems to work, but how do I turn off the "Fail: thread killed" messages?

import Exception

    t <- block $ forkIO $ catchJust asyncExceptions
        (unblock timer)
        (\_ -> return ())

Perhaps the message about killing a thread will not appear in future
versions of ghc. A discussion about it on this list stopped six
weeks ago.

-- 
 __("<  Marcin Kowalczyk * [EMAIL PROTECTED] http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTÊPCZA
QRCZAK


_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to