Skip to content

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 daxpedda force-pushed the event-loop-proxy-sync branch from 90631a5 to a23ccf6 Compare March 26, 2023 14:37
@daxpedda
Copy link
Member Author

CI is currently broken. Partly fixed by #2750.

@daxpedda daxpedda force-pushed the event-loop-proxy-sync branch from a23ccf6 to aaf1a44 Compare April 19, 2023 21:09
@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