This website requires JavaScript.
Explore
Help
Register
Sign In
dahjah
/
func_timeout
Watch
1
Star
0
Fork
0
You've already forked func_timeout
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
5a6187122d
func_timeout
/
func_timeout
History
Tim Savannah
5a6187122d
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
..
__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