RazerM / ratelimiter

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

Eager creation of asyncio.Lock requires an event loop. #2

Closed RazerM closed 7 years ago

RazerM commented 7 years ago

See python-astrodynamics/spacetrack#38

The lock should be not be created there's not an event loop.