MCPcopy Create free account
hub / github.com/EasyIME/PIME / close

Method close

python/python3/tornado/platform/asyncio.py:547–556  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

545 self._waker_w.close()
546
547 def close(self) -> None:
548 with self._select_cond:
549 self._closing_selector = True
550 self._select_cond.notify()
551 self._wake_selector()
552 self._thread.join()
553 _selector_loops.discard(self)
554 self._waker_r.close()
555 self._waker_w.close()
556 self._real_loop.close()
557
558 def _wake_selector(self) -> None:
559 try:

Callers

nothing calls this directly

Calls 4

_wake_selectorMethod · 0.95
notifyMethod · 0.80
joinMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected