Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close_queue
Function
close_queue
Lib/test/_test_multiprocessing.py:100–103 ·
view source on GitHub ↗
(queue)
Source
from the content-addressed store, hash-verified
98
99
100
def
close_queue(queue):
101
if
isinstance(queue, multiprocessing.queues.Queue):
102
queue.close()
103
queue.join_thread()
104
105
106
def
join_process(process):
Callers
15
test_args_argument
Method · 0.85
test_process
Method · 0.85
test_process_mainthread_native_id
Method · 0.85
test_close
Method · 0.85
test_lose_target_ref
Method · 0.85
test_child_fd_inflation
Method · 0.85
test_put
Method · 0.85
test_get
Method · 0.85
test_fork
Method · 0.85
test_qsize
Method · 0.85
test_task_done
Method · 0.85
test_timeout
Method · 0.85
Calls
2
join_thread
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…