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

Switch tower-buffer to use tokio-sync #152

Merged
merged 1 commit into from
Jan 28, 2019

Conversation

jonhoo
Copy link
Collaborator

@jonhoo jonhoo commented Jan 28, 2019

Given the performance improvements in tokio-sync, it seems like a good idea to switch over tower-buffer to use those channels instead of the implementations found in futures::sync, especially since none of those types are externally visible. This PR does that.

Copy link
Member

@LucioFranco LucioFranco left a comment

Choose a reason for hiding this comment

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

LGTM :shipit: 🔥

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.

👍 Thanks

@carllerche carllerche merged commit 2d72bc8 into tower-rs:master Jan 28, 2019
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