Expand description
This module provide a poll-io style interface for UnixStream.
Structsยง
- Unix
Stream Poll - 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.