Search notes:

Python standard library: queue

See also

The Python tutorial recommends to use the queue module for inter-thread communication and coordination. (See also the threading module).

Index