You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
network-transport-inmemory is a transport for local
5
-
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.
6
-
7
-
*NB*: network-transport-inmemory does not support cross-transport
8
-
communication. All endpoints that want to communicate should be created using
9
-
the same transport.
10
-
11
-
12
-
This repository is part of Cloud Haskell.
13
-
14
-
See http://haskell-distributed.github.com for documentation, user guides,
15
-
tutorials and assistance.
16
-
17
-
## Getting Help / Raising Issues
18
-
19
-
Please visit the [bug tracker](https://github.com/haskell-distributed/network-transport-inmemory/issues) to submit issues. You can contact the distributed-haskell@googlegroups.com mailing list for help and comments.
20
-
21
-
## License
22
-
23
-
This package is made available under a 3-clause BSD-style license.
24
-
1
+
# network-transport-inmemory (archive)
25
2
3
+
## :warning: This package is now developed here: https://github.com/haskell-distributed/distributed-process:warning:
0 commit comments