summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Concurrent.hs
Commit message (Expand)AuthorAgeFilesLines
* fdReady: Use C99 bools / CBool in signatureNiklas Hambüchen2017-12-111-7/+7
* base: fdReady(): Fix timeouts > ~49 days overflowing. Fixes #14262.Niklas Hambüchen2017-11-241-5/+3
* Prefer #if defined to #ifdefBen Gamari2017-04-281-6/+6
* Change catch# demand signatureDavid Feuer2017-03-011-1/+1
* Use catchException in a few more placesBen Gamari2016-03-111-3/+3
* Using unsafe foreign import for rtsSupportsBoundThreads (part of #9696)Marcin Mrotek2016-03-051-1/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-4/+4
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-161-1/+1
* base: Add forkOSWithUnmaskJoey Adams2015-10-131-1/+8
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-3/+3
* Refactor module imports in baseHerbert Valerio Riedel2014-10-191-4/+3
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-191-2/+0
* Fix potential `mingw32_HOST_OS` breakage from eae19112462fe77Herbert Valerio Riedel2014-09-201-1/+1
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-181-1/+0
* Fix typos in base documentation.Shachaf Ben-Kiki2014-07-101-2/+2
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+0
* Add Haddock `/Since: 4.6.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-211-0/+1
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+4
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-181-1/+1
* Trailing whitespacesJan Stolarek2013-09-181-9/+9
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-15/+0
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-10/+0
* Add a section of documentation about the interaction of threads and finalizersSimon Marlow2013-07-021-0/+32
* Remove some things deprecated since GHC 7.2Ian Lynagh2013-02-161-3/+0
* Fix warnings on WindowsIan Lynagh2013-01-121-5/+5
* Fix ambiguity error on WindowsIan Lynagh2013-01-121-2/+2
* Expose new threadWaitSTM functions in Control.Concurrent (see #7216).Andreas Voellmy2013-01-121-1/+49
* Add back new working QSem and QSemN implementations (#7417)Simon Marlow2012-12-101-0/+4
* Remove commented types in module export listsIan Lynagh2012-10-271-4/+4
* Remove some deprecated modules and functionsIan Lynagh2012-07-201-92/+0
* Deprecate Control.Concurrent.{QSem,QSemNSampleVar}Ian Lynagh2012-06-231-0/+5
* add forkFinallySimon Marlow2012-06-071-4/+23
* move mkWeakThreadId to GHC.Conc.Sync; export it from Control.ConcurrentSimon Marlow2012-04-121-0/+3
* Export setNumCapabilitiesSimon Marlow2012-01-031-0/+1
* Export constructors for Foreign.C.Types and System.Posix.Types newtypesIan Lynagh2011-10-211-1/+1
* update IO manager documentation (#5547)Simon Marlow2011-10-181-1/+2
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Export the affinity API from Control.Concurrent: forkOn and friends.Simon Marlow2011-03-301-0/+6
* add forkIOWithUnmask, forkOnIOWithUnmask; deprecate forkIOUnmaskedSimon Marlow2011-03-291-4/+7
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+7
* Drop closeFd from Control.Concurrent, rename to closeFdWithBryan O'Sullivan2010-12-061-21/+6
* Fix #4514 - IO manager deadlockBryan O'Sullivan2010-11-261-0/+25
* Remove redundant fromIntegralsimonpj@microsoft.com2010-11-171-1/+1
* Catch exceptions in current thread and throw them to the forked thread in run...Bas van Dijk2010-10-141-8/+14
* There's no need to explicitly check for blocked status in runInUnboundThread ...Bas van Dijk2010-10-141-3/+1
* Use throwIO instead of throw in runInBoundThread and runInUnboundThreadBas van Dijk2010-10-141-10/+7
* New asynchronous exception control API (base parts)Simon Marlow2010-07-081-10/+13
* withThread: block asynchronous exceptions before installing exception handler.Bas van Dijk2010-03-291-1/+1
* runInUnboundThread: block asynchronous exceptions before installing exception...Bas van Dijk2010-03-291-1/+4
* Fix build on WindowsIan Lynagh2009-07-111-4/+4