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
If you run acquire([a,b]) and acquire([b,a]) this can deadlock. A simple precaution is to sort the list of resources first to ensure they're always acquired in the same order.
Or failing that, document that recommendation.
The text was updated successfully, but these errors were encountered:
If you run acquire([a,b]) and acquire([b,a]) this can deadlock. A simple precaution is to sort the list of resources first to ensure they're always acquired in the same order.
Or failing that, document that recommendation.
The text was updated successfully, but these errors were encountered: