ringbahn / iou

Rust interface to io_uring
Apache License 2.0
328 stars 22 forks source link

Improve CQE iters #48

Closed withoutboats closed 4 years ago

withoutboats commented 4 years ago

Now they only have one lifetime and there are methods to get them from IoUring directly. Also added tests for them and fixed imports in other tests.