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

https://github.com/sebastianua/concurrency-in-python

Some examples to work with concurrency in Python
https://github.com/sebastianua/concurrency-in-python

lock multiprocessing pool process processpoolexecutor queue thead threadpoolexecutor

Last synced: 5 months ago
JSON representation

Some examples to work with concurrency in Python

Awesome Lists containing this project

README

          

# Concurrency in Python

I developed a few examples of how to use Threads or/and MultiProcessing in Python

All tests have been tested on Python's`3.7.7` version of the software.

I planned to use asyncio in the futute.

## Authors
Created and maintained by [Vitaliy Natarov](https://github.com/SebastianUA). An email: [vitaliy.natarov@yahoo.com](vitaliy.natarov@yahoo.com).

## License
Apache 2 Licensed. See [LICENSE](https://github.com/SebastianUA/concurrency-in-python/blob/master/LICENSE) for full details.