We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62df86 commit ea23998Copy full SHA for ea23998
README.md
@@ -1,5 +1,5 @@
1
# threading_extensions
2
-Some useful, well-tested extensions of threading.Thread. Tested for Python 2.7
+Some useful, well-tested extensions of [threading.Thread](https://docs.python.org/2/library/threading.html#thread-objects). Tested for Python 2.7.
3
4
## StoppableThread
5
Thread with internal stop event. To properly work, the `run` method or `target` function MUST check for changes in the stop event.
0 commit comments