compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

feat(buf): redesign IoBufMut #115

Closed Berrysoft closed 1 year ago

Berrysoft commented 1 year ago

According to complains, we need to redesign IoBufMut and read series methods. Now these methods read data into both init and uninit region of the buffer.

Closes #113 Closes #107

/cc @George-Miao @nazar-pc