Home
last modified time | relevance | path

Searched refs:_sock_recv_into (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dselector_events.py415 handle = self._add_reader(fd, self._sock_recv_into, fut, sock, buf)
420 def _sock_recv_into(self, fut, sock, buf): member in BaseSelectorEventLoop
421 # _sock_recv_into() can add itself as an I/O callback if the operation
503 # _sock_recv_into() can add itself as an I/O callback if the operation

Completed in 2 milliseconds