Refactor run loop to improve perceived terminal responsiveness

This commit is contained in:
Andrew Kay
2021-02-18 09:09:02 -06:00
parent 122e55bf5c
commit 49ac1a9100
6 changed files with 142 additions and 73 deletions

View File

@@ -5,6 +5,9 @@ class Session:
def terminate(self):
raise NotImplementedError
def fileno(self):
raise NotImplementedError
def handle_host(self):
raise NotImplementedError