Locks and Logging

Let's see how locks and logging work using the multiprocessing module.

Lock

The multiprocessing module supports locks in much the same way as the threading module does. All you need to do is import Lock, acquire it, do something and release it.

Get hands-on with 1200+ tech skills courses.