add getNumCapabilities :: IO Int
[ghc-base.git] / System / Event /
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2011-01-19 Dmitry AstapovClean up remnants of the Event Manager after forkProces...
2011-01-12 Johan TibellDocument System.Event
2010-12-13 Ian LynaghFix warnings
2010-12-06 Bryan O'SullivanUse onException for exception cleanup, and mask async...
2010-12-06 Bryan O'SullivanDrop closeFd from Control.Concurrent, rename to closeFdWith
2010-11-27 Bryan O'SullivanFix #4533 - unregister callbacks on exception, fixing...
2010-11-26 Bryan O'SullivanFix #4514 - IO manager deadlock
2010-11-26 Bryan O'SullivanFix typo
2010-11-13 Ian LynaghSystem.Event.KQueue conditionally uses BangPatterns
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use bang...
2010-11-03 Johan TibellReimplement firstPowerOf2
2010-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-09-04 Ian LynaghFix the build when HAVE_KQUEUE but not HAVE_KEVENT64
2010-08-30 benl@ouroborus.netFix warnings
2010-08-13 Johan TibellFixed a rounding error in threadDelay
2010-08-10 Simon MarlowIntegrated new I/O manager