lock statement: Concept map
The lock statement acquires the mutual-exclusion lock for a given object, executes a statement block, and then releases the lock. While a lock is held, the thread that holds the lock can again acquire and release the lock.
Clickable & Draggable!
Click node to preview!