Expand description
Socket-related functionality.
Structs§
- A polled socket.
- The read half of a socket, via
PolledSocket::split
. - Future for
PollReadyExt::wait_ready
. - The write half of a socket, via
PolledSocket::split
.
Traits§
- Trait implemented by socket types.
- Trait for listening sockets.
- Trait for objects that can be polled for readiness.
- Extension methods for implementations of
PollReady
. - A trait for polling socket readiness.
- A trait for driving socket ready polling.