@@ -15,7 +15,8 @@ class Game:
print('Received SIGINT. Stopping Game :-)')
self.is_running.release()
async def run(self):
@asyncio.coroutine
def run(self):
self.is_running.acquire()
asyncio.run(self.input_handler.handleInputs())
The note is not visible to the blocked user.