
10 Feb
2009
10 Feb
'09
6:41 p.m.
2009/2/10 George Pollard
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