From d55db9791dc1a176a0276f7c2113399678a05bf9 Mon Sep 17 00:00:00 2001 From: Marijn van der Zee Date: Sat, 11 Mar 2017 14:21:48 +0100 Subject: [PATCH] Add reference to Lock --- docs/scenarios/speed.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/scenarios/speed.rst b/docs/scenarios/speed.rst index 2c775b8..0122380 100644 --- a/docs/scenarios/speed.rst +++ b/docs/scenarios/speed.rst @@ -448,3 +448,4 @@ Multiprocessing .. _`threading`: https://docs.python.org/3/library/threading.html .. _`stackoverflow post`: http://stackoverflow.com/questions/26688424/python-threads-are-printing-at-the-same-time-messing-up-the-text-output .. _`data race`: https://en.wikipedia.org/wiki/Race_condition +.. _`Lock`: https://docs.python.org/3/library/threading.html#lock-objects