Skip to content
Snippets Groups Projects
Commit 6dd9475a authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

docs updated

parent 7687abda
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ class TerminableThread(threading.Thread):
>>> time.sleep(1000000)
:param force: Whether to force a quit
:return: self
:raises RuntimeError: when something goes wrong with the underlying Python machinery
"""
self._terminating = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment