| ... | ... | @@ -18,6 +18,7 @@ Papers and other docs: |
|
|
|
- [ Concurrent Haskell](http://www.haskell.org/ghc/docs/papers/concurrent-haskell.ps.gz) (the original paper, including a semantics)
|
|
|
|
- [ Extending the Haskell FFI with Concurrency](http://www.haskell.org/~simonmar/papers/conc-ffi.pdf) (a specification of the interaction between concurrency and the FFI, with a semantics)
|
|
|
|
- [ A Draft report addendum](http://www.haskell.org/ghc/docs/papers/threads.ps.gz) (a shorter version of the above paper).
|
|
|
|
- [ A Poor Man's Concurrency Monad](http://www.cs.chalmers.se/~koen/pubs/jfp99-monad.ps) (Hugs' implementation of Concurrency)
|
|
|
|
- [ Software Transactional Memory](http://research.microsoft.com/~simonpj/papers/stm/)
|
|
|
|
|
|
|
|
## Pros
|
| ... | ... | |