Function tokio_pipe::tee
source · [−]Expand description
Duplicates up to len bytes of data from pipe_in to pipe_out.
It does not consume the data that is duplicated from pipe_in; therefore, that data can be copied by a subsequent splice.
Duplicates up to len bytes of data from pipe_in to pipe_out.
It does not consume the data that is duplicated from pipe_in; therefore, that data can be copied by a subsequent splice.