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

Add MutexExt to avoid GIL deadlocks #4771

Open
ngoldbaum opened this issue Dec 5, 2024 · 0 comments
Open

Add MutexExt to avoid GIL deadlocks #4771

ngoldbaum opened this issue Dec 5, 2024 · 0 comments

Comments

@ngoldbaum
Copy link
Contributor

In the vein #4676, we should add an opt-in MutexExt trait that automatically avoids deadlocks with the GIL. This provides most of the benefit of PyMutex on GIL-enabled builds with the native rust synchronization primitives, making it easier for users to adopt native synchronization primitives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant