coroutine AbstractEventLoop.create_unix_server(protocol_factory, path=None, *, sock=None, backlog=100, ssl=None) Similar to
class selectors.DevpollSelector
feed_data(data) Feed data bytes in the internal buffer. Any operations waiting for the data will be resumed.
coroutine AbstractEventLoop.getnameinfo(sockaddr, flags=0) This method is a
epoll.modify(fd, eventmask) Modify a registered file descriptor.
kevent.flags Filter action.
coroutine AbstractEventLoop.run_in_executor(executor, func, *args) Arrange for a func to be called in the specified
fd Underlying file descriptor.
DatagramTransport.sendto(data, addr=None) Send the data bytes to the remote peer given by addr (a transport-dependent
coroutine drain() Let the write buffer of the underlying transport a chance to be flushed. The
Page 2 of 28