| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert read/write locks into classes | James E. Blair | 2017-03-10 | 1 | -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 Bangert | 2012-09-26 | 1 | -0/+5 |
| | | |||||
| * | API doc fixes. | Ben Bangert | 2012-06-29 | 1 | -1/+1 |
| | | |||||
| * | Add recipe API docs for sphinx. | Ben Bangert | 2012-06-29 | 1 | -0/+14 |
