Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 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: [[email protected]]([email protected]).

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