Hi
I am very new to python,In case of using multithreading i want to synchronize all the threads but using
statement i am getting this error.
even i have imported the threading module.
please guide me in locking with a suitable and simple example .
thanx
I am very new to python,In case of using multithreading i want to synchronize all the threads but using
Code:
sem = BoundedSemaphore
even i have imported the threading module.
please guide me in locking with a suitable and simple example .
thanx
Comment