Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.95 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.95 KB

Python

Python Multi-threading

Apache 2.0 License Python Pytest

Python multi-threading tests and examples.

Installation

pip install -r requirements.txt

How to run it

To run the functions:

python3 -m python_multithreading.main_module
python3 -m python_multithreading.multithreading_standard
python3 -m python_multithreading.multithreading_io
python3 -m multithreading_worker
python3 -m multithreading_worker_counter

running.png threadPool_worker.png

To run all the tests in directory 'tests':

python -m unittest discover -s tests

tests.png

Examples

Author

License

  • This project is released under the Apache 2.0 License. See the LICENSE file for details.
  • Copyright © 2024 Wallace Espindola.