func_timeout/func_timeout
2017-05-24 01:22:17 -04:00
..
__init__.py Changeup how the function decorator works. 2017-05-20 01:52:01 -04:00
dafunc.py Force cleanup of thread if function completes in time. On python2 this forces the thread to be cleaned up right-away, on python3 it would get cleaned up during the next garbage-collect cycle. In python2 it may take several rounds. 2017-05-24 01:22:17 -04:00
exceptions.py Update docstring text 2017-05-20 17:18:06 -04:00
StoppableThread.py Make python2 work as well as python3 2017-05-20 21:23:37 -04:00