Skip to content

wallaceespindola/python-multithreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python Multithreading tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages