You must log in or register to comment.
I’m actually an expert in multiprocessing, which is just as good
Just out of curiosity, can locks be used in multiprocessing?
Yes for example Python implements them using semaphores.
Oh neat. Thanks
I’m actually an expert in multiprocessing, which is just as good
Just out of curiosity, can locks be used in multiprocessing?
Yes for example Python implements them using semaphores.
Oh neat. Thanks