Skip to content

4.3.0

Compare
Choose a tag to compare
@kata198 kata198 released this 10 Aug 22:51
· 37 commits to master since this release
  • 4.3.0 - Aug 10 2017
  • Ensure that functions wrapped with @func_set_timeout do not lose meta
    information (such as name, docstrings, etc.). Special thanks to belongwqz on
    github for noting the issue and suggesting functools.wraps
  • 4.2.0 - Jun 4 2017
  • Add "stop" method to StoppableThread (same as previous _stopThread method -
    but with a 'public' name)
  • Document StoppableThread a lot more
  • Add "raiseEvery" to StoppableThread.stop to control the "repeatEvery" arg to
    JoinThread (how often after the first raise the exception is retried)