Changes between Version 41 and Version 42 of Concurrency
- Timestamp:
- 06/07/06 03:39:08 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concurrency
v41 v42 217 217 * The [http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control-Concurrent.html Control.Concurrency] module 218 218 219 Papers and other docs: 220 219 Papers: 221 220 * [http://www.haskell.org/ghc/docs/papers/concurrent-haskell.ps.gz Concurrent Haskell] (the original paper, including a semantics) 222 221 * [http://www.haskell.org/~simonmar/papers/conc-ffi.pdf Extending the Haskell FFI with Concurrency] (a specification of the interaction between concurrency and the FFI, with a semantics) 222 * [http://research.microsoft.com/~simonpj/papers/stm/ Software Transactional Memory] 223 * [http://www.cs.missouri.edu/~harrison/drafts/CheapThreads.pdf Cheap (but Functional) Threads] William L. Harrison. (a threading library entirely in user-space based on resumption monads, including support for system calls) 224 * [http://www.cis.upenn.edu/~lipeng/papers/lz06report.pdf A Language-based Approach to Unifying Events and Threads] Peng Li and Steve Zdancewic. (another user-space implementation of concurrency, demonstrating efficiency and multiprocessor scalability). 225 226 other docs: 227 228 * [http://state-threads.sourceforge.net/ State Threads for C] 223 229 * [http://www.haskell.org/ghc/docs/papers/threads.ps.gz A Draft report addendum] (a shorter version of the above paper). 224 * [http://research.microsoft.com/~simonpj/papers/stm/ Software Transactional Memory]225 * [http://state-threads.sourceforge.net/ State Threads for C]226 230 227 231 --------------
