Module stream_poll

Source
Expand description

This module provide a poll-io style interface for TcpStream.

Structsยง

TcpStreamPoll
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.