@hackage / network-transport-inmemory

In-memory instantiation of Network.Transport

Latest0.5.42

About

Metadata

  • Last updated , by LaurentRDC
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: The Distributed Haskell team

  • Lottery factor: 4

Links

Installation

Tested Compilers

  1. 9.12.1
  2. 9.10.1
  3. 9.8.2
  4. 9.6.4
  5. 9.4.5
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7

Readme

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.