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!
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! 🌟
Homepage Repository PyPI Python
pip install save-thread-result==0.1.1.post1
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!