mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 07:55:10 +02:00
Proper handling of async responses to peers
This commit is contained in:
@@ -74,6 +74,10 @@ class WindowSystemMouseEvent(NamedTuple):
|
||||
ConvertibleToNumbers = Union[str, bytes, int, float]
|
||||
|
||||
|
||||
class AsyncResponse:
|
||||
pass
|
||||
|
||||
|
||||
if TYPE_CHECKING:
|
||||
class RunOnce(Generic[_T]):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user