單項選擇題可以創(chuàng)建管理進程池的是()

A.pool
B.process
C.thread
D.queue


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題資源分配的最小單位是()

A.堆
B.棧
C.線程
D.進程

2.單項選擇題python中的多進程模塊是()

A.multiprocessing
B.math
C.random
D.threading

3.單項選擇題multiprocessing.Queue中判斷隊列是否已滿()

A.qsize()
B.put()
C.get()
D.full()

5.單項選擇題multiprocessing.Queue中,將指定數(shù)據(jù)元素放入隊列的是()

A.qsize()
B.put()
C.get()
D.full()