tokio-rs / turmoil

Add hardship to your tests
MIT License
790 stars 50 forks source link

Add try_read and friends to TcpStream #184

Open mcches opened 2 months ago

mcches commented 2 months ago

try_write was recently added, but we still need try_read and readable.

Colin1860 commented 2 months ago

Is this something that could be considered a good first issue?

mcches commented 2 months ago

I'm currently working on this issue.