Function hydroflow::util::udp_lines

source ·
pub fn udp_lines(
    socket: UdpSocket
) -> (UdpFramedSink<LinesCodec, String>, UdpFramedStream<LinesCodec>, SocketAddr)
Expand description

Helper creates a UDP Stream and Sink for Strings delimited by newlines.