New
0.2.2
Highlights
- In this release we added a new feature
poll-io. With this feature, you can convertTcpStreamtoTcpStreamPoll, 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. - Monoio is available on stable rust toolchain.
What's Changed
- feat(fs): support from_std by @bobozhengsir in https://github.com/bytedance/monoio/pull/219
- fix: ci for the latest rust nightly version by @bobozhengsir in https://github.com/bytedance/monoio/pull/220
- Fix a tiny issue with BufWriter by @Miaxos in https://github.com/bytedance/monoio/pull/222
- fix compat Buf not remember offset after read&write by @hxzhao527 in https://github.com/bytedance/monoio/pull/225
- Allow to use monoio on stable. by @gz in https://github.com/bytedance/monoio/pull/227
- fix clippy error by @dragon-zhang in https://github.com/bytedance/monoio/pull/228
- use once_cell::sync::Lazy replace std::sync::LazyLock by @dragon-zhang in https://github.com/bytedance/monoio/pull/230