-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update Mio to 0.7 #1767
Closed
Closed
Update Mio to 0.7 #1767
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
90f8ebc
Need to resolve Poll::poll taking &mut self
kleimkuhler f4cd344
Tests passing; lots of cleanup
kleimkuhler 4f912f1
Documentation and cleanup needed
kleimkuhler 88dab3e
Naming and docs
kleimkuhler 1a2a5a9
Remove platform specific event handling
kleimkuhler 3c20f33
Remove old code
kleimkuhler b256539
Add additional comments and cleanup
kleimkuhler 7141696
Remove mio-uds from Cargo.toml
kleimkuhler 381ebbd
Depend on Mio fix
kleimkuhler 1e6caeb
Fix readiness checks for process and handle interruption
kleimkuhler 5052bfa
Add Readiness documentation
kleimkuhler 01841a3
Stop point for draft PR
kleimkuhler c9177e7
Change windows process to use IoResource
kleimkuhler d0391e3
Clippy and use mio master
kleimkuhler e0000e9
send_framed is flakey on master as well
kleimkuhler 43b885e
Remove PollEvented references
kleimkuhler b0de5ec
Make Readiness functions associated consts
kleimkuhler 79586ec
Fix doc example
kleimkuhler b3b4b04
Misc edits
kleimkuhler 16ab873
Remove unnecessary readiness
kleimkuhler 78c17df
Remove ready import after rebase
kleimkuhler bc695c4
Merge remote-tracking branch 'upstream/master' into kleimkuhler/mio-u…
kleimkuhler ff08bef
Merge remote-tracking branch 'upstream/master' into kleimkuhler/mio-u…
kleimkuhler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Might want to fix to a specific commit to avoid breaking changes.