Module stream_poll

Source
Expand description

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

Structsยง

UnixStreamPoll
A UnixStream with poll-io style interface. Using this struct, you can use UnixStream in a poll-like way. Underlying, it is based on a uring-based epoll.