hello,
i want to synchronize the set of statement in python
it is working on the threading so when one thread is running then the other start running so the no generation become wrong due to the 2 thread
so i want to execute one by one thread
we cant do any thing to thread it is pre define architecture
so we just do lock the resource
thank u
i want to synchronize the set of statement in python
it is working on the threading so when one thread is running then the other start running so the no generation become wrong due to the 2 thread
so i want to execute one by one thread
we cant do any thing to thread it is pre define architecture
so we just do lock the resource
thank u
Comment