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

Use async version of mpmc channel #104

Merged
merged 1 commit into from
Jul 27, 2020

Conversation

akiradeveloper
Copy link
Contributor

crossbeam's channel blocks when the is no task in the queue. it should be better to use async version.

Signed-off-by: Akira Hayakawa ruby.wktk@gmail.com

crossbeam's channel blocks when the is no task in the queue. it should be better to use async version.

Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
@hatoo
Copy link
Owner

hatoo commented Jul 27, 2020

Thank you!.
This works as expected in high/low qps.

@hatoo hatoo merged commit 6c740f1 into hatoo:master Jul 27, 2020
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.

2 participants