Expand description
Interfaces for sending and receiving data.
Structsยง
- BiStream
- A bidirectional stream composed of
SendStreamandRecvStream. - Opening
BiStream Futurefor an in-progress opening bidirectional stream.- Opening
UniStream Futurefor an in-progress opening unidirectional stream.- Recv
Stream - A stream that can only be used to receive data.
- Send
Stream - A stream that can only be used to send data.