tokio-uring icon indicating copy to clipboard operation
tokio-uring copied to clipboard

Implement IoBuf for Rc<T> where T: IoBuf

Open redbaron opened this issue 2 years ago • 1 comments

Using reference counted IoBuf allows to have multiple Slices for the same backing buffer, which is useful for situations where same buffer has to be written to multiple sockets

redbaron avatar Feb 22 '23 19:02 redbaron

@redbaron Do you still have an interest in this merging? If so, could you update to pass fmt

ollie-etl avatar Dec 04 '23 13:12 ollie-etl