fs
Size: a a a
fs
IO
IO
AL
T
fs
AL
AL
MA
⍰
IO
AK
reader, writer = await asyncio.open_connection(sock=rsock, loop=loop)
Все равно чтение блокается и не дает возможность выполнять другие корутиныasync def get_NonBlocking_stdin():
return await asyncio.get_event_loop().run_in_executor(
None, sys.stdin.readline)
IO
AL