MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / close

Method close

tools/python-3.11.9-amd64/Lib/multiprocessing/pool.py:647–652  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

645 )
646
647 def close(self):
648 util.debug('closing pool')
649 if self._state == RUN:
650 self._state = CLOSE
651 self._worker_handler._state = CLOSE
652 self._change_notifier.put(None)
653
654 def terminate(self):
655 util.debug('terminating pool')

Callers 14

_launchMethod · 0.45
_stop_unlockedMethod · 0.45
ensure_runningMethod · 0.45
mainFunction · 0.45
_serve_oneFunction · 0.45
_stopMethod · 0.45
ensure_runningMethod · 0.45
mainFunction · 0.45
__init__Method · 0.45
_close_stdinFunction · 0.45
spawnv_passfdsFunction · 0.45

Calls 2

debugMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected