You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofPyMutex
on GIL-enabled builds with the native rust synchronization primitives, making it easier for users to adopt native synchronization primitives.The text was updated successfully, but these errors were encountered: