scrolling

This commit is contained in:
Will McGugan
2021-06-13 12:58:25 +01:00
parent 77d585652d
commit c3d0020fed
11 changed files with 204 additions and 178 deletions

View File

@@ -157,6 +157,8 @@ class MessagePump:
try:
await self.dispatch_message(message, priority)
except Exception:
log.exception("error dispatching %r", message)
finally:
if self._message_queue.empty():
idle_handler = getattr(self, "on_idle", None)