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

Copyright(c) Phil Hargett 2013
LicenseMIT (see LICENSE file)
Maintainerphil@haphazardhouse.net
Stabilityexperimental
Portabilitynon-portable (requires STM)
Safe HaskellNone
LanguageHaskell98

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 Transport Source #

Create a new memory Transport for use by Endpoints.