Expand description
This module provide a poll-io style interface for TcpStream.
Structsยง
- TcpStream
Poll - A TcpStream with poll-io style interface. Using this struct, you can use TcpStream in a poll-like way. Underlying, it is based on a uring-based epoll.