Crate asyncfd

Crate asyncfd 

Source

Modules§

split
split_owned

Structs§

UnixFdStream
A wrapper around a UnixStream that allows file descriptors to be sent and received with messages. Implements AsyncRead and AsyncWrite such that standard asynchronous reading and writing operations and helpers may be used.

Traits§

NonBlocking
This is the trait required to create a UnixFdStream as it needs to be non-blocking before it can be used.
Shutdown
This is the trait required to implement AsyncWrite for a type.