单项选择题

multiprocessing.Queue中判断队列是否已满()

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