1 parent f4d0269 commit ffa0e87Copy full SHA for ffa0e87
1 file changed
src/evdev/eventio_async.py
@@ -13,7 +13,6 @@
13
else:
14
from typing import Any as Self
15
16
-
17
class ReadIterator:
18
def __init__(self, device):
19
self.current_batch = iter(())
@@ -55,6 +54,7 @@ def next_batch_ready(batch):
55
54
56
class EventIO(eventio.EventIO):
57
def _do_when_readable(self, callback):
+ print("GET_RUNNING_LOOP")
58
loop = asyncio.get_running_loop()
59
60
def ready():
0 commit comments