diff --git a/doc/func_timeout.StoppableThread.html b/doc/func_timeout.StoppableThread.html index c277b83..74167b9 100644 --- a/doc/func_timeout.StoppableThread.html +++ b/doc/func_timeout.StoppableThread.html @@ -182,6 +182,13 @@ initial name is set by the constructor.
threading.Thread
builtins.object
+
+Methods defined here:
+
stop(self, exception)
Stops the thread by raising a given exception.

+@param exception <Exception> - Exception to throw. Likely, you want to use something
+  that inherits from BaseException (so except Exception as e: continue; isn't a problem)
+
Methods inherited from threading.Thread:
__init__(self, group=None, target=None, name=None, args=(), kwargs=None, *, daemon=None)
This constructor should always be called with keyword arguments. Arguments are:
diff --git a/doc/func_timeout.html b/doc/func_timeout.html index 86d44e5..7d42c2e 100644 --- a/doc/func_timeout.html +++ b/doc/func_timeout.html @@ -6,7 +6,7 @@
 
- 
func_timeout (version 4.1.0)
index
+ 
func_timeout (version 4.2.0)
index

Copyright (c) 2016, 2017 Tim Savannah All Rights Reserved.
 
Licensed under the Lesser GNU Public License Version 3, LGPLv3. You should have recieved a copy of this with the source distribution as
@@ -205,5 +205,5 @@ to return cleanly, but in most cases it          __all__ = ('func_timeout', 'func_set_timeout', 'FunctionTimedOut')
-__version_tuple__ = (4, 1, 0) +__version_tuple__ = (4, 2, 0)

\ No newline at end of file