Function tokio_pipe::splice
source · [−]Expand description
Moves data between pipes without copying between kernel address space and user address space.
It transfers up to len bytes of data from pipe_in to pipe_out.
Moves data between pipes without copying between kernel address space and user address space.
It transfers up to len bytes of data from pipe_in to pipe_out.