bytedance / monoio

Rust async runtime based on io-uring.
Apache License 2.0
4.02k stars 226 forks source link

refactor!: use `IoBuf` instead of `IoBufMut` in `AsyncWriteRentAt` #299

Closed ethe closed 2 months ago

ethe commented 2 months ago

AsyncWriteRentAt does not need a mutable buffer such as AsyncRead, however, this is a breaking change, please evaluate it.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

Xuanwo commented 2 months ago

This is a breaking change.