Nov-07-2020, 12:34 AM
Hi, I have a bit of code that I need to run in parallel to another code. In this code I need to update two variables so both processes can read and update, with the use of locks from threading module. I cannot figure out how to share variables between these two processes. Can someone tell me how?