document the behaviour of throwTo to the current thread (#4888)
[ghc-base.git] / GHC / Conc / Sync.lhs
2011-05-24 Simon Marlowdocument the behaviour of throwTo to the current thread...
2011-04-24 Ian LynaghFor GHC, implement the Typeable.hs macros using standal...
2011-03-30 Simon MarlowExport the affinity API from Control.Concurrent: forkOn...
2011-03-29 Simon Marlowadd forkIOWithUnmask, forkOnIOWithUnmask; deprecate...
2011-03-01 Simon Marlowadd threadCapability :: ThreadId -> IO (Int,Bool)
2010-12-22 Simon Marlowfollow changes to threadStatus#, and update stat values
2010-12-22 Simon Marlowadd getNumCapabilities :: IO Int
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use bang...
2010-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-09-26 Bas van DijkAdd throwSTM :: Exception e => e -> STM a
2010-09-26 Bas van DijkGeneralize catchSTM
2010-10-14 Simon MarlowthrowTo: mention interruptible foreign calls
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-08-10 Simon MarlowIntegrated new I/O manager