[go: up one dir, main page]

Module linux

Module linux 

Source
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 Read implementor source into a Write implementor dest. This works by reading a chunk of data from source and writing the data to dest in a loop.