write_eof() Close the write end of the transport after flushing buffered data. Data may still be received.
devpoll.poll([timeout]) Polls the set of registered file descriptors, and returns a possibly-empty list containing (fd
can_write_eof() Return
AbstractEventLoop.set_task_factory(factory) Set a task factory that will be used by AbstractEventLoop.create_task()
devpoll.fileno() Return the file descriptor number of the polling object.
coroutine get() Remove and return an item from the queue. If queue is empty, wait until an item is available.
coroutine asyncio.start_unix_server(client_connected_cb, path=None, *, loop=None, limit=None, **kwds) Start a UNIX Domain Socket
asyncio.run_coroutine_threadsafe(coro, loop) Submit a coroutine object to a given event loop.
coroutine AbstractEventLoop.create_server(protocol_factory, host=None, port=None, *, family=socket.AF_UNSPEC, flags=socket.AI_PASSIVE, sock=None, backlog=100, ssl=None
terminate() Ask the subprocess to stop, as in
Page 19 of 28