Expand description
Buffer-based copying implementation for Linux and Android.
Traits§
- FdReadable
- A readable file descriptor.
- FdWritable
- A writable file descriptor.
Functions§
- copy_
stream - Copy data from
Readimplementorsourceinto aWriteimplementordest. This works by reading a chunk of data fromsourceand writing the data todestin a loop.