/MultithreadingTest

Basic template of multithreading programming.

Primary LanguagePython

MultithreadingTest

Simple implementation of multithreading programming to handle time-consuming tasks and functions. Accept variadic function as input. Necessary logs and alerts are embedded. Daemon thread is also included.