Package concurrent_tree_crawler :: Package common :: Package threads :: Module rw_lock
[hide private]
[frames] | no frames]

Module rw_lock

source code


Author: Mateusz Kobos

Classes [hide private]
  RWLock
Synchronization object used in a solution of so-called second readers-writers problem.
  _LightSwitch
An auxiliary "light switch"-like object.
Variables [hide private]
  __author__ = 'Mateusz Kobos'
This code is a derivative of the code from ActiveState Code service at the address: http://code.activestate.com/recipes/577803-reader-writer-lock-with-priority-for-writers and is licensed under the MIT license.
  __package__ = 'concurrent_tree_crawler.common.threads'