@hackage network-transport-inmemory0.5.2
In-memory instantiation of Network.Transport
Categories
License
BSD-3-Clause
Maintainer
Facundo Domínguez <facundo.dominguez@tweag.io>
Links
Versions
Installation
Dependencies (6)
- base >=4.6 && <5
- bytestring >=0.9 && <0.12
- containers >=0.4 && <0.7
- data-accessor >=0.2 && <0.3
- network-transport >=0.4.0.0 && <0.6
- stm >=2.0 && <3.0 Show all…
Dependents (3)
@hackage/distributed-process-tests, @hackage/paprika, @hackage/tpar
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.