TIsAProxy switch fClass to non-atomic.
Since fClass is modified only 'once' at init time of the IsAProxy object, it is actual more efficient to protect the initialization by a lock rather than having fClass being atomic.
Loading
Please register or sign in to comment