2 writes to _updatePending
Microsoft.ML.AutoML.Interactive (2)
ActionThrottler.cs (2)
36
if (Interlocked.CompareExchange(ref
_updatePending
, 1, 0) == 0) // _updatePending is int initialized with 0
46
_updatePending
= 0;