An open API service indexing awesome lists of open source software.

https://github.com/hyeonsangjeon/python-threads-queue

simple python thread queue using producer consumer pattern
https://github.com/hyeonsangjeon/python-threads-queue

producer-consumer publisher-subscriber python queue simple thread

Last synced: 7 months ago
JSON representation

simple python thread queue using producer consumer pattern

Awesome Lists containing this project

README

          

# python-threads-queue

Very simple python Queue example.

Parallelism is a great way to use threads to organize the execution process in order.

Python Queue class can handle process blocking, buffer size, join and provides the functionality needed to create a decent pipeline.

## Implementation

- This example needed [`python3`](https://www.python.org/downloads/)
- Let's find implementation how to use thread python Queue. https://github.com/hyeonsangjeon/youtube-dl-nas