Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Sep 28, 2016
1 parent 4c0c971 commit a92513d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/source/index.rst
Expand Up @@ -6,7 +6,13 @@ Readers/Writer Lock for Twisted


Twisted implementation of a `Readers/Writer Lock
<https://en.wikipedia.org/wiki/Readers–writer_lock>`_. This synchronization primitive allows to lock
<https://en.wikipedia.org/wiki/Readers–writer_lock>`_.

- License: MIT
- Source: https://github.com/Stibbons/txrwlock
- Overview: http://www.great-a-blog.co/readerswriter-lock-for-twisted/

This synchronization primitive allows to lock
a share depending on two access roles: "reader" which only access to the data without modifying it,
and "writer" which may want to change the data in the share.

Expand Down

0 comments on commit a92513d

Please sign in to comment.