/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! 🌟

Primary LanguagePythonMIT LicenseMIT

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