Module memory
Structs§
- Chan
- A channel represents an established, in-memory, logical connection between two endpoints.
- Dial
Future - Connection to a
MemoryTransport
currently being opened. - Listener
- Listener for memory connections.
- Memory
Transport - Transport that supports
/memory/N
multiaddresses.
Enums§
- Memory
Transport Error - Error that can be produced from the
MemoryTransport
.
Type Aliases§
- Channel
- A channel represents an established, in-memory, logical connection between two endpoints.