Function hydroflow::util::unix_bytestream

source ยท
pub fn unix_bytestream(
    stream: UnixStream,
) -> (FramedWrite<OwnedWriteHalf, BytesCodec>, FramedRead<OwnedReadHalf, BytesCodec>)
Expand description

Helper creates a Unix Stream and Sink for undelimited streams of Bytes.