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
Mutex is locked when collectors are being updated.
Instead, there could be a local var that stores the list of collectors which will replace allocator.collectors. The mutex would then only be locked when the change is ready.
Part of Target Allocator changes
Mutex is locked when collectors are being updated.
Instead, there could be a local var that stores the list of collectors which will replace
allocator.collectors
. The mutex would then only be locked when the change is ready.Related PR: #354
The text was updated successfully, but these errors were encountered: