coroutine AbstractEventLoop.connect_write_pipe(protocol_factory, pipe) Register write pipe in eventloop.
coroutine acquire() Acquire the underlying lock. This method blocks until the lock is unlocked
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.
Page 2 of 28