Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shailshouryya/save-thread-result
Simple subclass wrapper around `threading.Thread` to get the return value from a thread in python. Exact same interface as `threading.Thread`! 🌟 Star this repo if you found it useful! 🌟
https://github.com/shailshouryya/save-thread-result
multithreaded multithreading python python-3 python3 thread thread-library thread-safe thread-safety threaded threading threadsafe
Last synced: 2 days ago
JSON representation
Simple subclass wrapper around `threading.Thread` to get the return value from a thread in python. Exact same interface as `threading.Thread`! 🌟 Star this repo if you found it useful! 🌟
- Host: GitHub
- URL: https://github.com/shailshouryya/save-thread-result
- Owner: shailshouryya
- License: mit
- Created: 2021-01-10T02:23:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T05:08:08.000Z (9 months ago)
- Last Synced: 2024-08-10T23:12:55.492Z (3 months ago)
- Topics: multithreaded, multithreading, python, python-3, python3, thread, thread-library, thread-safe, thread-safety, threaded, threading, threadsafe
- Language: Python
- Homepage:
- Size: 317 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
`save_thread_result` provides a simple interface to store the results from a subthread for later use, without using other data structures, modules, or packages!
## API Guide
### [python](./python/README.md)