Skip to content
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

Lacking support for nonblocking read from a TcpStream #11349

Closed
derekchiang opened this issue Jan 6, 2014 · 1 comment
Closed

Lacking support for nonblocking read from a TcpStream #11349

derekchiang opened this issue Jan 6, 2014 · 1 comment

Comments

@derekchiang
Copy link
Contributor

Currently TcpStream only supports blocking read, but since the underlying implementation uses libc, it should be possible to support nonblocking read as well.

@huonw huonw added A-iOS and removed A-iOS labels Feb 10, 2014
@alexcrichton
Copy link
Member

Closing as a dupe of #12353

flip1995 pushed a commit to flip1995/rust that referenced this issue Apr 4, 2024
[`type_id_on_box`]: lint on any `Box<dyn _>`

Closes rust-lang#11349.

It now not only lints when calling `.type_id()` on the type `Box<dyn Any>`, but also on any `Box<dyn Trait>` where `Trait` is a subtrait of `Any`

changelog: FN: [`type_id_on_box`]: lint if `Any` is a sub trait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants