replace busy waiting with asyncio.Event

This commit is contained in:
Robert Resch 2021-09-20 20:15:53 +02:00
parent 6c94484068
commit aaf34097b4
No known key found for this signature in database
GPG key ID: 6B360759EB2ACAEE
3 changed files with 86 additions and 84 deletions

View file

@ -17,3 +17,4 @@ tinydb==3.15.2
transitions==0.7.1
websockets==8.1
yarl==1.3.0
cachetools==4.2.2