summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Concurrent
Commit message (Expand)AuthorAgeFilesLines
...
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-285-1/+10
* Added a Typeable instance for SampleVarBas van Dijk2010-11-271-0/+6
* Derived Eq instance for QSem and QSemNBas van Dijk2010-12-012-2/+2
* Derived Eq instance for ChanBas van Dijk2010-11-251-0/+4
* fix #4876Simon Marlow2011-01-061-1/+1
* deprecate unGetChan and isEmptyChan (see #4154)Simon Marlow2010-07-051-0/+2
* New asynchronous exception control API (base parts)Simon Marlow2010-07-084-19/+19
* Async-exception safety, and avoid space leaksSimon Marlow2010-07-081-9/+12
* Async-exception safety, and avoid space leaksSimon Marlow2010-07-081-11/+13
* Don't depend on Prelude (#4123)Simon Marlow2010-06-151-0/+6
* Make SampleVar an abstract newtypeBas van Dijk2010-03-181-11/+15
* Fix bugs regarding asynchronous exceptions and laziness in Control.Concurrent...Bas van Dijk2010-03-181-13/+17
* Fix some "warn-unused-do-bind" warnings where we want to ignore the valueIan Lynagh2009-07-101-1/+1
* Minor SampleVar refactoringIan Lynagh2009-07-101-2/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-1/+1
* Document that the initial quantity for QSem and QSemN must be >= 0Ian Lynagh2009-05-232-1/+3
* Fix QSem and QSemN: Initial amount must be non-negativeIan Lynagh2009-04-102-7/+11
* Add missing filesIan Lynagh2008-09-045-0/+512
* Split off the concurrent hierarchy (concurrent, unique, timeout)Ian Lynagh2008-08-245-512/+0
* Fix more warningsIan Lynagh2008-08-204-21/+21
* use the Haskell 98 module Control.Exception.Base in the Concurrent modulesRoss Paterson2008-08-131-1/+1
* Use onException rather than catchAnyIan Lynagh2008-08-031-6/+3
* Start to actually use extensible exceptionsIan Lynagh2008-07-301-4/+4
* untabifyDon Stewart2008-03-081-20/+20
* untabifyDon Stewart2008-03-082-17/+17
* untabifyDon Stewart2008-02-281-14/+14
* untabify onlyDon Stewart2008-02-131-27/+27
* Correct the swapMVar haddock docIan Lynagh2007-08-141-1/+6
* Clarify the swapMVar haddock docIan Lynagh2007-08-071-1/+1
* inline withMVar, modifyMVar, modifyMVar_Simon Marlow2006-05-031-0/+5
* [project @ 2005-10-13 11:09:50 by ross]ross2005-10-131-1/+1
* [project @ 2004-12-14 12:52:03 by simonmar]simonmar2004-12-143-0/+15
* [project @ 2004-01-26 11:24:54 by simonmar]simonmar2004-01-261-2/+17
* [project @ 2003-01-23 17:45:40 by ross]ross2003-01-231-7/+0
* [project @ 2003-01-22 14:44:50 by ross]ross2003-01-221-4/+5
* [project @ 2002-12-03 14:30:12 by simonmar]simonmar2002-12-031-1/+1
* [project @ 2002-10-30 14:53:39 by ross]ross2002-10-301-0/+1
* [project @ 2002-07-16 16:08:58 by ross]ross2002-07-161-1/+3
* [project @ 2002-06-03 13:19:37 by simonmar]simonmar2002-06-031-1/+1
* [project @ 2002-05-10 15:41:33 by simonmar]simonmar2002-05-101-1/+1
* [project @ 2002-05-10 13:17:27 by simonmar]simonmar2002-05-106-105/+98
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-096-6/+6
* [project @ 2002-04-26 13:34:05 by simonmar]simonmar2002-04-266-12/+0
* [project @ 2002-04-24 16:31:37 by simonmar]simonmar2002-04-246-12/+12
* [project @ 2001-07-04 11:30:52 by simonmar]simonmar2001-07-041-1/+2
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-286-0/+496