-
Notifications
You must be signed in to change notification settings - Fork 343
feat(net): implement more methods for TcpStream #507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- connect_timeout - take_error Ref async-rs#499
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both these APIs look 💯 Allwe need to do to land them now is to mark them "unstable", and then we're good to go. Thanks heaps @dignifiedquire!
@ghost
ghost
Jan 13, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doc comment is missing an example. :)
connect_timeout
take_error
Ref #499