Strictly type-safe and Wraps around the python threading library and provides extra functionality
Fully compatible with the threading library, this project hopes to provide a more out-of-the-box solution with multi-threaded processing and fetching values from a completed thread, etc.
!! Important !!
This project is in it's very early stages of development and bugs are to be expected.
I hope thread will become your threading solution! ♡⸜(˶˃ ᵕ ˂˶)⸝♡
This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.
- Python 3.9+
Below is an example of how you can install and use thread.
pip install -U threadimport thread
from thread import Thread, ConcurrentProcessingContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. ( ˶ˆᗜˆ˵ )
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Read our contributing guide for more information.
Distributed under the BSD-3-Clause License. See LICENSE.txt for more information.
Alex - contact@thread.ngjx.org
