(self, sock, nbytes)
| 596 | # Completion based I/O methods returning Futures. |
| 597 | |
| 598 | async def sock_recv(self, sock, nbytes): |
| 599 | raise NotImplementedError |
| 600 | |
| 601 | async def sock_recv_into(self, sock, buf): |
| 602 | raise NotImplementedError |
no outgoing calls