RazerM / ratelimiter

Simple Python module providing rate limiting
Apache License 2.0
122 stars 29 forks source link

What is _alock? #16

Open louisabraham opened 2 years ago

louisabraham commented 2 years ago

I think those lines are not useful

        self._alock = None

        # Lock to protect creation of self._alock
        self._init_lock = threading.Lock()