@hackage network-transport-inmemory0.5.42
In-memory instantiation of Network.Transport
Categories
License
BSD-3-Clause
Maintainer
The Distributed Haskell team
Links
Versions
Installation
Tested Compilers
Dependencies (6)
- base >=4.14 && <5
- bytestring >=0.10 && <0.13
- containers >=0.6 && <0.8
- data-accessor >=0.2 && <0.3
- network-transport >=0.4.0.0 && <0.7
- 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.