Hi Chris,
Thanks a lot for such a comprehensive reply, I got it fixed now. Thanks
again :)
On Tue, May 5, 2015 at 2:52 PM, Chris Angelico wrote:
> On Tue, May 5, 2015 at 7:23 PM, david jhon wrote:
> > from threading import Timer, Lock
> >
> > class miTestClass(EventMixin):
> > def __init__
On Tue, May 5, 2015 at 7:23 PM, david jhon wrote:
> from threading import Timer, Lock
>
> class miTestClass(EventMixin):
> def __init__(self, t, r, bw):
> self.statMonitorLock = Lock() #to lock the multi access threads
> self.statMonitorLock.acquire()
> statMonitorTi