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

Function is_exiting

tools/python-3.11.9-amd64/Lib/multiprocessing/util.py:315–319  ·  view source on GitHub ↗

Returns true if the process is shutting down

()

Source from the content-addressed store, hash-verified

313#
314
315def is_exiting():
316 '''
317 Returns true if the process is shutting down
318 '''
319 return _exiting or _exiting is None
320
321_exiting = False
322

Callers 1

_feedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected