This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13e474e
commit d3bbcfc
Showing
1 changed file
with
2 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
# network-transport-inmemory | ||
[![Release](https://img.shields.io/hackage/v/network-transport-inmemory.svg)](http://hackage.haskell.org/package/network-transport-inmemory) | ||
|
||
network-transport-inmemory is a transport for local | ||
communication in the same address space (i.e. a single operating system process). This is useful for testing purposes or for local communication that requires the network-transport semantics. | ||
|
||
*NB*: network-transport-inmemory does not support cross-transport | ||
communication. All endpoints that want to communicate should be created using | ||
the same transport. | ||
|
||
|
||
This repository is part of Cloud Haskell. | ||
|
||
See http://haskell-distributed.github.com for documentation, user guides, | ||
tutorials and assistance. | ||
|
||
## Getting Help / Raising Issues | ||
|
||
Please visit the [bug tracker](https://github.com/haskell-distributed/network-transport-inmemory/issues) to submit issues. You can contact the [email protected] mailing list for help and comments. | ||
|
||
## License | ||
|
||
This package is made available under a 3-clause BSD-style license. | ||
|
||
# network-transport-inmemory (archive) | ||
|
||
## :warning: This package is now developed here: https://github.com/haskell-distributed/distributed-process :warning: |