From: A. Jesse Jiryu Davis Date: Sun, 19 Apr 2015 03:04:13 +0000 (-0400) Subject: Document the Lock class. X-Git-Tag: v4.2.0b1~16^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99a4e15726622030b4e5d652e7bec4d2f4c951c6;p=thirdparty%2Ftornado.git Document the Lock class. --- diff --git a/docs/locks.rst b/docs/locks.rst index 934b9c111..7115b0da7 100644 --- a/docs/locks.rst +++ b/docs/locks.rst @@ -33,3 +33,9 @@ multithreaded app.)* .. autoclass:: BoundedSemaphore :members: :inherited-members: + + Lock + ---- + .. autoclass:: Lock + :members: + :inherited-members: