Microsoft Store
 

Lock (computer science)


 

In computer science, a lock is a mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. Locks are one way of enforcing concurrency control policies.

Related Topics:
Computer science - Threads of execution - Concurrency control

~ ~ ~ ~ ~ ~ ~ ~ ~ ~