2009/2/10 George Pollard <[email protected]>: >> import System.Posix >> >> main = do >> putStrLn "Waiting for 5 seconds." >> blockSignals $ addSignal sigVTALRM emptySignalSet >> sleep 5 >> putStrLn "Done." >>
Huh! Does the GHC runtime uses this signal? Perhaps for scheduling? Cheers, -Corey O'Connor _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
