Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ close_queue
Function
close_queue
Lib/test/_test_multiprocessing.py:98–101 ·
view source on GitHub ↗
(queue)
Source
from the content-addressed store, hash-verified
96
97
98
def
close_queue(queue):
99
if
isinstance(queue, multiprocessing.queues.Queue):
100
queue.close()
101
queue.join_thread()
102
103
104
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
3
isinstance
Function · 0.85
join_thread
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected