Expand description
Utilities
Modules§
- connection_
pool - A simple iroh connection pool
Structs§
- Async
Read Recv Stream - Async
Write Send Stream - Utility to convert a tokio::io::AsyncWrite into an SendStream.
- Recv
Stream Async Stream Reader
Traits§
- Async
Read Recv Stream Extra - This is a helper trait to work with
AsyncReadRecvStream
. If you have anAsyncRead + Unpin + Send
, you can implement these additional methods and wrap the result in anAsyncReadRecvStream
to get aRecvStream
that reads from the underlyingAsyncRead
. - Async
Write Send Stream Extra - This is a helper trait to work with
AsyncWriteSendStream
. - Recv
Stream - An abstract
iroh::endpoint::RecvStream
. - Send
Stream - An abstract
iroh::endpoint::SendStream
.