| Copyright | (c) Phil Hargett 2013 |
|---|---|
| License | MIT (see LICENSE file) |
| Maintainer | phil@haphazardhouse.net |
| Stability | experimental |
| Portability | non-portable (requires STM) |
| Safe Haskell | None |
| Language | Haskell98 |
Network.Transport.Memory
Description
Memory transports deliver messages to other Endpoints within the same shared
address space, or operating system process.
- newMemoryTransport :: IO Transport
- module Network.Transport
Documentation
module Network.Transport