Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Some examples to work with concurrency in Python
- Host: GitHub
- URL: https://github.com/sebastianua/concurrency-in-python
- Owner: SebastianUA
- License: gpl-3.0
- Created: 2020-07-17T22:38:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T18:34:21.000Z (4 months ago)
- Last Synced: 2024-10-13T00:56:03.801Z (2 months ago)
- Topics: lock, multiprocessing, pool, process, processpoolexecutor, queue, thead, threadpoolexecutor
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.