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

Add stream ext #573

Merged
merged 1 commit into from
Sep 7, 2018
Merged

Add stream ext #573

merged 1 commit into from
Sep 7, 2018

Conversation

mathstuf
Copy link
Contributor

No description provided.

@mathstuf
Copy link
Contributor Author

Cc: @carllerche Followup to #558.

Copy link
Member

@carllerche carllerche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, one minor change requested inline.

tests/timer.rs Outdated
@@ -71,6 +71,7 @@ fn starving() {
rx.recv().unwrap();
}

#[allow(deprecated)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove this? I assume you get a warning. We should fix this in a follow up PR by updating the test.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the commit which had this.

@hawkw hawkw dismissed carllerche’s stale review August 29, 2018 18:13

The commit that added the #[allow(deprecated)] was removed from this branch.

@mathstuf
Copy link
Contributor Author

mathstuf commented Sep 6, 2018

Ping?

@tobz
Copy link
Member

tobz commented Sep 7, 2018

@mathstuf Can you rebase? That should pull in some changes which fix the broken unit tests.

Primarily, it offers a `timeout` method for streams.
@mathstuf
Copy link
Contributor Author

mathstuf commented Sep 7, 2018

Rebased.

@carllerche
Copy link
Member

Thanks for pinging me... Sorry for letting this slip.

@carllerche carllerche merged commit 89d969d into tokio-rs:master Sep 7, 2018
@mathstuf mathstuf deleted the add-stream-ext branch September 10, 2018 13:55
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

Successfully merging this pull request may close these issues.

None yet

3 participants