compio-rs / compio

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

Add preadv & pwritev support #101

Closed Berrysoft closed 1 year ago

Berrysoft commented 1 year ago

And add default impl for *_vectored_at.

Closes #92