Closed brandonpike closed 4 months ago
Add TcpStream::try_write() and WriteHalf::try_write().
TcpStream::try_write()
WriteHalf::try_write()
These allow for a result-based synchronous write attempt.
Add
TcpStream::try_write()
andWriteHalf::try_write()
.These allow for a result-based synchronous write attempt.