Skip to content

Commit

Permalink
Document the Lock class.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdavis committed Apr 19, 2015
1 parent d167681 commit 99a4e15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/locks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ multithreaded app.)*
.. autoclass:: BoundedSemaphore
:members:
:inherited-members:

Lock
----
.. autoclass:: Lock
:members:
:inherited-members:

0 comments on commit 99a4e15

Please sign in to comment.