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

Implement non-blocking TCP #6165

Closed
brson opened this issue May 2, 2013 · 1 comment
Closed

Implement non-blocking TCP #6165

brson opened this issue May 2, 2013 · 1 comment
Assignees
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-enhancement Category: An issue proposing an enhancement or a PR with one.
Milestone

Comments

@brson
Copy link
Contributor

brson commented May 2, 2013

Implement non-blocking TCP in the new scheduler, on top of uv.

@brson
Copy link
Contributor Author

brson commented Jun 20, 2013

Done.

@brson brson closed this as completed Jun 20, 2013
@ghost ghost assigned olsonjeffery and brson Aug 7, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 5, 2020
Add lint 'ref_option_ref' rust-lang#1377

This lint checks for usage of `&Option<&T>` which can be simplified as `Option<&T>` as suggested in rust-lang#1377.

This WIP PR is here to get feedback on the lint as there's more cases to be handled:
* statics/consts,
* associated types,
* type alias,
* function/method parameter/return,
* ADT definitions (struct/tuple struct fields, enum variants)

changelog: Add 'ref_option_ref' lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

2 participants