summaryrefslogtreecommitdiff
path: root/docs/api/recipe/lock.rst
Commit message (Collapse)AuthorAgeFilesLines
* Convert read/write locks into classesJames E. Blair2017-03-101-0/+12
| | | | | | | Replace the RLock and WLock functions with subclasses of Lock: ReadLock and WriteLock. Add those to the client class for convenience. Restore the function signature of the Lock class initializer. Add tests for shared locks. Add to API docs.
* Add semaphore class for docking.Ben Bangert2012-09-261-0/+5
|
* API doc fixes.Ben Bangert2012-06-291-1/+1
|
* Add recipe API docs for sphinx.Ben Bangert2012-06-291-0/+14