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


Keywords
threading, thread, multi-threading, logging, logger, archiving, tracing, tracer, debugging, debugger, automation, csv, txt, markdown, md, YouTube, videos, URL, scraping, Selenium, macos, windows, linux, multithreaded, multithreading, python, python-3, python3, thread-library, thread-safe, thread-safety, threaded, threadsafe
License
MIT
Install
pip install save-thread-result==0.1.1.post1

Documentation

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