Home
/
Python 3.11
/
Multiprocessing
/
SimpleQueue
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Multiprocessing
SimpleQueue
Python 3.11
It is a simplified Queue type, very close to a locked Pipe.
Syntax
PYTHON
Copy
class multiprocessing.SimpleQueue
See Also
Queue
Pipe
get()
put()
empty()