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: 20 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! 🌟

Lists

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)