mirror of
https://github.com/lowobservable/oec.git
synced 2026-02-04 15:44:15 +00:00
Refactor run loop to improve perceived terminal responsiveness
This commit is contained in:
@@ -5,6 +5,9 @@ class Session:
|
||||
def terminate(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def fileno(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def handle_host(self):
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user