Imthread

Latest version: v1.0

Safety actively analyzes 621521 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0

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".

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.