Skip to content

imthread v0.2.0

Compare
Choose a tag to compare
@imneonizer imneonizer released this 01 Sep 08:25
· 11 commits to master since this release
bde7c1a
  • 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