Esempio n. 1
0
 async def _notify_close(self):
     if self._raw_socket.fileno() >= 0:
         notify_closing(self._raw_socket)
Esempio n. 2
0
async def notify_socket_close(sock):
    return notify_closing(sock)
Esempio n. 3
0
 async def _notify_close(self):
     notify_closing(self._raw_socket)