You must log in or register to comment.
Just out of curiosity, can locks be used in multiprocessing?
Yes for example Python implements them using semaphores.
Oh neat. Thanks
Just out of curiosity, can locks be used in multiprocessing?
Yes for example Python implements them using semaphores.
Oh neat. Thanks