asyncio.AbstractEventLoop.connect_write_pipe()
  • References/Python/Python/Inputouput

coroutine AbstractEventLoop.connect_write_pipe(protocol_factory, pipe) Register write pipe in eventloop.

2025-01-10 15:47:30
asyncio.Condition.acquire()
  • References/Python/Python/Inputouput

coroutine acquire() Acquire the underlying lock. This method blocks until the lock is unlocked

2025-01-10 15:47:30
asyncio.AbstractEventLoop.create_unix_server()
  • References/Python/Python/Inputouput

coroutine AbstractEventLoop.create_unix_server(protocol_factory, path=None, *, sock=None, backlog=100, ssl=None) Similar to

2025-01-10 15:47:30
selectors.DevpollSelector
  • References/Python/Python/Inputouput

class selectors.DevpollSelector

2025-01-10 15:47:30
asyncio.StreamReader.feed_data()
  • References/Python/Python/Inputouput

feed_data(data) Feed data bytes in the internal buffer. Any operations waiting for the data will be resumed.

2025-01-10 15:47:30
asyncio.AbstractEventLoop.getnameinfo()
  • References/Python/Python/Inputouput

coroutine AbstractEventLoop.getnameinfo(sockaddr, flags=0) This method is a

2025-01-10 15:47:30
select.epoll.modify()
  • References/Python/Python/Inputouput

epoll.modify(fd, eventmask) Modify a registered file descriptor.

2025-01-10 15:47:30
select.kevent.flags
  • References/Python/Python/Inputouput

kevent.flags Filter action.

2025-01-10 15:47:30
asyncio.AbstractEventLoop.run_in_executor()
  • References/Python/Python/Inputouput

coroutine AbstractEventLoop.run_in_executor(executor, func, *args) Arrange for a func to be called in the specified

2025-01-10 15:47:30
selectors.SelectorKey.fd
  • References/Python/Python/Inputouput

fd Underlying file descriptor.

2025-01-10 15:47:30