Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.7 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.7 KB

Python

Python Multi-threading

Python multi-threading tests and examples.

Installation

pip install -r requirements.txt

How to Run

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.