quick launch mode added standard way of measuring time elapsed added
0.2.2
now we can run our program with single thread batches aswell, this can give a better idea to estimate time complexity of the code when running on single thread.
0.2.1
added ``imthread.stop()`` function to kill all active threads in case you wanted to
0.2.0
- ``max_threads`` parameter added so now you can decide how many threads it can create at once in case there are large number of inputs it won't eat up all of your resources. - An optional ``console log(output=True)`` function is added to see thread creations in real time. - some bugs are fixed
0.1.0
This is the first release of imthread, a python library dedicated to running any function on multiple threading for fast processing of your data. you can install it with, "pip install imthread".