compio-rs / compio

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

feat(buf,driver): make opcode !Unpin #176

Closed Berrysoft closed 9 months ago

Berrysoft commented 10 months ago

Closes #174

Also remove Unpin on buffers. They could be !Unpin because anyway opcodes are !Unpin.

George-Miao commented 10 months ago

Just an idea: we may want to add some tests similar to tokio. Maybe in a separate PR.