summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Concurrent.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some "warn-unused-do-bind" warnings where we want to ignore the valueIan Lynagh2009-07-101-1/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-4/+2
* Fix typo (reqwests -> requests); trac #2908, spotted by bancroftIan Lynagh2009-01-041-1/+1
* Add missing filesIan Lynagh2008-09-041-0/+636
* Split off the concurrent hierarchy (concurrent, unique, timeout)Ian Lynagh2008-08-241-636/+0
* Fix Windows-only warningsIan Lynagh2008-08-231-1/+3
* Fix more warningsIan Lynagh2008-08-201-2/+3
* Rewrite the documentation for forkOS againSimon Marlow2008-08-181-22/+33
* use the Haskell 98 module Control.Exception.Base in the Concurrent modulesRoss Paterson2008-08-131-1/+1
* threadDelay and friends are GHC-onlyRoss Paterson2008-08-111-0/+2
* Windows fixesIan Lynagh2008-08-031-1/+1
* Start to actually use extensible exceptionsIan Lynagh2008-07-301-2/+3
* forkOS: start the new thread in blocked mode iff the parent was (#1048)Simon Marlow2008-07-091-2/+11
* Make threadWaitRead/threadWaitWrite partially useable on WindowsSimon Marlow2008-07-091-2/+66
* untabifyDon Stewart2008-02-261-115/+115
* Control.Concurrent documentation fixshae@ScannedInAvian.com2007-05-241-1/+1
* expand docs for forkOSSimon Marlow2007-03-051-1/+5
* update section on "blocking"Simon Marlow2007-01-161-6/+10
* add doc link to bound threads sectionRoss Paterson2006-09-291-1/+2
* clarify and expand docsSimon Marlow2006-06-221-0/+50
* Move Eq, Ord, Show instances for ThreadId to GHC.ConcSimon Marlow2006-05-181-38/+0
* [project @ 2005-12-01 12:37:23 by simonmar]simonmar2005-12-011-30/+2
* [project @ 2005-10-21 13:10:48 by simonmar]simonmar2005-10-211-1/+1
* [project @ 2005-02-02 13:26:13 by simonpj]simonpj2005-02-021-1/+1
* [project @ 2005-01-21 16:02:47 by simonmar]simonmar2005-01-211-2/+2
* [project @ 2004-11-22 10:26:46 by simonmar]simonmar2004-11-221-1/+1
* [project @ 2004-11-22 10:16:42 by simonmar]simonmar2004-11-221-21/+22
* [project @ 2004-11-18 09:56:58 by tharris]tharris2004-11-181-0/+1
* [project @ 2004-10-17 00:22:03 by ross]ross2004-10-171-1/+2
* [project @ 2004-09-08 11:10:08 by ross]ross2004-09-081-2/+2
* [project @ 2004-05-06 12:27:47 by wolfgang]wolfgang2004-05-061-8/+7
* [project @ 2004-02-12 21:23:48 by krasimir]krasimir2004-02-121-2/+1
* [project @ 2003-10-01 11:00:20 by wolfgang]wolfgang2003-10-011-1/+2
* [project @ 2003-09-23 16:13:59 by simonmar]simonmar2003-09-231-1/+1
* [project @ 2003-09-22 13:27:19 by wolfgang]wolfgang2003-09-221-9/+9
* [project @ 2003-09-22 11:11:54 by ross]ross2003-09-221-4/+3
* [project @ 2003-09-22 10:20:06 by wolfgang]wolfgang2003-09-221-4/+3
* [project @ 2003-09-21 22:20:57 by wolfgang]wolfgang2003-09-211-1/+173
* [project @ 2003-08-31 18:41:28 by ross]ross2003-08-311-2/+2
* [project @ 2003-05-12 10:16:22 by ross]ross2003-05-121-4/+8
* [project @ 2003-03-08 23:03:47 by panne]panne2003-03-081-4/+4
* [project @ 2003-01-02 23:49:32 by ross]ross2003-01-021-3/+9
* [project @ 2002-10-22 10:59:40 by simonmar]simonmar2002-10-221-7/+4
* [project @ 2002-10-03 13:29:07 by panne]panne2002-10-031-6/+12
* [project @ 2002-07-26 12:12:33 by stolz]stolz2002-07-261-1/+1
* [project @ 2002-05-29 13:22:10 by simonmar]simonmar2002-05-291-7/+7
* [project @ 2002-05-10 13:17:27 by simonmar]simonmar2002-05-101-17/+197
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-091-1/+1
* [project @ 2002-04-26 13:34:05 by simonmar]simonmar2002-04-261-2/+0
* [project @ 2002-04-24 16:31:37 by simonmar]simonmar2002-04-241-2/+2