You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the kill_timeout only works as a decorator. For some cases it may be convenient, but for many cases it would be better to just call a function like kill_timeout(timeout, func, args, kwargs).
The text was updated successfully, but these errors were encountered:
Currently the
kill_timeout
only works as a decorator. For some cases it may be convenient, but for many cases it would be better to just call a function likekill_timeout(timeout, func, args, kwargs)
.The text was updated successfully, but these errors were encountered: