Modules§
Structs§
- Unix
FdStream - A wrapper around a
UnixStreamthat allows file descriptors to be sent and received with messages. ImplementsAsyncReadandAsyncWritesuch 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.