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

Default to std::sync::mpsc, introduce crossbeam feature #775

Merged
merged 5 commits into from
Feb 21, 2025

Conversation

charlescgs
Copy link
Contributor

Functions create_signal_from_channel and update_signal_from_channel were using crossbeam version of the channels, what shouldn't be a default.

This PR introduce std channels as a default option and hides crossbeam counterparts behind the 'crossbeam' feature.

@charlescgs charlescgs changed the title Introduce crossbeam feature for ext_event funtions. Default to std::sync::mpsc, introduce crossbeam feature Feb 16, 2025
@charlescgs
Copy link
Contributor Author

@panekj I think it's good to go now, unless any other improvements can be done.

@jrmoulton
Copy link
Collaborator

There has been some discussion on the discord about whether the std channels or crossbeam should be the default. I'm going to go ahead and merge this as is for now

@jrmoulton jrmoulton merged commit 7e5e78a into lapce:main Feb 21, 2025
7 checks passed
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.

3 participants