LockIsolated is a helper that will help avoid threading related crashes by ensuring the value is only referenced or edited by a single source at a time. There where two main crashes that were resulting from threading issues in the WeakBox and SubscriptionSession implementations. This light weight fix should avoid those threading issues in the future.
LockIsolated is a helper that will help avoid threading related crashes by ensuring the value is only referenced or edited by a single source at a time. There where two main crashes that were resulting from threading issues in the WeakBox and SubscriptionSession implementations. This light weight fix should avoid those threading issues in the future.