MCPcopy Index your code
hub / github.com/python/cpython / mp_workers.py

File mp_workers.py

Doc/includes/mp_workers.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import time
2import random
3
4from multiprocessing import Process, Queue, current_process, freeze_support

Callers

nothing calls this directly

Calls 2

freeze_supportFunction · 0.90
testFunction · 0.70

Tested by

no test coverage detected