Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
H A Dsslproto.py265 _shutdown_timeout_handle = None variable in SSLProtocol
416 if self._shutdown_timeout_handle:
417 self._shutdown_timeout_handle.cancel()
418 self._shutdown_timeout_handle = None
620 self._shutdown_timeout_handle = self._loop.call_later(
655 if self._shutdown_timeout_handle is not None:
656 self._shutdown_timeout_handle.cancel()
657 self._shutdown_timeout_handle = None

Completed in 3 milliseconds