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

feat: use kanal instead of futures::channel #2

Open
iamazy opened this issue Dec 10, 2022 · 2 comments
Open

feat: use kanal instead of futures::channel #2

iamazy opened this issue Dec 10, 2022 · 2 comments
Assignees

Comments

@iamazy
Copy link
Owner

iamazy commented Dec 10, 2022

kanal is faster but create a async kanal channel is expensive, the oneshot kanal channal is still WIP.
more details can be found here (Add Oneshot implementation)

@iamazy iamazy self-assigned this Dec 10, 2022
@iamazy iamazy added enhancement New feature or request good first issue Good for newcomers labels Dec 10, 2022
@iamazy iamazy removed enhancement New feature or request good first issue Good for newcomers labels Dec 27, 2022
@iamazy
Copy link
Owner Author

iamazy commented Dec 29, 2022

kanal should be used in a unstable feature

@iamazy
Copy link
Owner Author

iamazy commented Jan 26, 2023

Only tokio has implemented a broadcast channel.

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

No branches or pull requests

1 participant