Skip to content

0.2.2

Compare
Choose a tag to compare
@ihciah ihciah released this 01 Feb 07:46
· 49 commits to master since this release
aec19a0

Highlights

  1. In this release we added a new feature poll-io. With this feature, you can convert TcpStream to TcpStreamPoll, which implements tokio io traits. This feature allow users to use components binding with tokio io or poll-style io. The underlying implementation of this function is to monitor epoll fd through PollAdd on iouring.
  2. Monoio is available on stable rust toolchain.

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.2