Can I pass queue object in multiprocessing pool starmap method [duplicate]
问题 This question already has answers here : Sharing a result queue among several processes (2 answers) Closed 6 months ago . There are many questions in SO regarding passing multiple arguments in python multiprocessing Pool's starmap method. But what I want to ask is if I can send a queue object in the method which can be shared between different processes? I am able to do this using threading and multiprocessing Process method, but not using Pool's starmap method. from multiprocessing import