tokio-rs / tokio-uring

An io_uring backed runtime for Rust
MIT License
1.11k stars 117 forks source link

impl Clone for stream types? #268

Open fakeshadow opened 1 year ago

fakeshadow commented 1 year ago

Take TcpStream type for example it holds only Socket type which is Clone. For reference std offers api like TcpStream::try_clone.