courier-0.1.0.8: A message-passing library for simplifying network applications

Portabilitynon-portable (requires STM)
Stabilityexperimental
Maintainerphil@haphazardhouse.net
Safe HaskellNone

Network.Transport.Memory

Description

Memory transports deliver messages to other Endpoints within the same shared address space, or operating system process.

Synopsis

Documentation

newMemoryTransport :: IO TransportSource

Create a new memory Transport for use by Endpoints.