### What problem does this PR solve? Switching threading.Lock() to asyncio.Lock(), since threading.Lock() is blocking. ### Type of change - [x] Performance Improvement |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| handlers.py | ||
| routes.py | ||
### What problem does this PR solve? Switching threading.Lock() to asyncio.Lock(), since threading.Lock() is blocking. ### Type of change - [x] Performance Improvement |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| handlers.py | ||
| routes.py | ||