@@ -16,8 +16,8 @@ class Game:
self.is_running.release()
async def run(self):
self.is_running.acquire()
asyncio.run(self.input_handler.handleInputs())
await self.is_running.acquire()
await asyncio.run(self.input_handler.handleInputs())
await self.is_running.wait()
pass
The note is not visible to the blocked user.