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

Implement Sync for EventLoopProxy (except on Web) #2749

Closed

Conversation

daxpedda
Copy link
Member

@daxpedda daxpedda commented Mar 26, 2023

This implements Sync for EventLoopProxy for all platforms except Web, which is done in a separate PR (#2740). I tested this only on Linux and Windows, but I think it's pretty safe to say this should just work.

@daxpedda daxpedda changed the title Implement Sync for EventLoopProxy (except for Web) Implement Sync for EventLoopProxy (except on Web) Mar 26, 2023
@daxpedda
Copy link
Member Author

CI is currently broken. Partly fixed by #2750.

@daxpedda daxpedda added the C - needs discussion Direction must be ironed out label May 28, 2023
@daxpedda daxpedda closed this May 28, 2023
@daxpedda
Copy link
Member Author

Closed. We decided it's kinda pointless because users can just wrap it around a Mutex themselves.
For reference, it was also decided that adding crossbeam-channel is not worth it.

@daxpedda daxpedda mentioned this pull request Jun 2, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C - needs discussion Direction must be ironed out
Development

Successfully merging this pull request may close these issues.

1 participant