Copyright | (c) Philipps Universitaet Marburg 2005-2010 |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | eden@mathematik.uni-marburg.de |
Stability | beta |
Portability | not portable |
Safe Haskell | None |
Language | Haskell98 |
Provides primitive functions for explicit distributed functional programming. Base module, importing PrimOps => exporting IO actions
Depends on GHC. Using standard GHC, you will get a threaded simulation of the parallel primitives. Use the special GHC-Eden compiler from http://www.mathematik.uni-marburg.de/~eden for parallel execution with distributed heaps.
Eden Group Marburg ( http://www.mathematik.uni-marburg.de/~eden )
Documentation
connectToPort :: ChanName' a -> IO () Source