About this Document

Notice that we use the Threading library’s interlocked increment function, which performs an atomic update — in essence the variable is locked, updated, and then unlocked. This eliminates race conditions due to concurrent access… So who else is accessing this variable… ................
................