Type Alias CompareAndSetError
type CompareAndSetError = CompareExchangeError<'g, T, P>
The error returned on failed compare-and-set operation.
CompareAndSetErrortype CompareAndSetError = CompareExchangeError<'g, T, P>
The error returned on failed compare-and-set operation.