Answers for "lock in multithreading"

0

lock in multithreading

A Lock is a way/ method when appiled on a shared resource, informs the threads
whether it is in used currently by a thread, if it is in use,
it makes the threads to wait untill the thread which is using it releases the
lock.
Posted by: Guest on April-04-2021

Browse Popular Code Answers by Language