MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / wait_for_thread_shutdown

Function wait_for_thread_shutdown

Python/pythonrun.c:1699–1719  ·  view source on GitHub ↗

Wait until threading._shutdown completes, provided the threading module was imported in the first place. The shutdown routine will wait until all non-daemon "threading" threads have completed. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Py_FinalizeFunction · 0.85

Calls 4

PyMapping_GetItemStringFunction · 0.85
PyErr_ClearFunction · 0.85
PyObject_CallMethodFunction · 0.85
PyErr_WriteUnraisableFunction · 0.85

Tested by

no test coverage detected