network-transport-inmemory

In-memory instantiation of Network.Transport

http://haskell-distributed.github.com

Version on this page:0.5.2@rev:1
LTS Haskell 12.26:0.5.2@rev:1
Stackage Nightly 2018-09-28:0.5.2@rev:1
Latest on Hackage:0.5.2@rev:2

See all snapshots network-transport-inmemory appears in

BSD-3-Clause licensed by Duncan Coutts, Nicolas Wu, Edsko de Vries, Alexander Vershilov
Maintained by Facundo Domínguez
This version can be pinned in stack with:network-transport-inmemory-0.5.2@sha256:333544d0ef41ac0b5ccc570f131edefa350d2d522f581ff7351a027a65229ab2,2667

Module documentation for 0.5.2

This is a transport implementation that could be used for local communication in the same address space (i.e. one process).

It could be used either for testing purposes or for local communication that require the network-transport semantics.

NB: network-tranpsport-inmemory does not support cross-transport communication. All endpoints that want to comminicate should be created using the same transport.