summaryrefslogtreecommitdiff
path: root/taskflow/utils/lock_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Let the multi-lock convert the provided value to a tupleJoshua Harlow2015-02-101-3/+5
* Merge "Default to using a thread-safe storage unit"Jenkins2015-02-071-30/+0
|\
| * Default to using a thread-safe storage unitJoshua Harlow2015-02-051-30/+0
* | Use a thread-identifier that can't easily be recycledJoshua Harlow2015-02-041-5/+23
|/
* Get event/notification sending working correctlyJoshua Harlow2014-12-201-2/+7
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
* Merge "Link a few of the classes to implemented features/bugs in python"Jenkins2014-10-181-0/+3
|\
| * Link a few of the classes to implemented features/bugs in pythonJoshua Harlow2014-09-181-0/+3
* | Merge "Remove no longer needed r/w lock interface base class"Jenkins2014-10-181-43/+19
|\ \
| * | Remove no longer needed r/w lock interface base classJoshua Harlow2014-09-191-43/+19
| |/
* | Fix multilock concurrency when shared by > 1 threadsJoshua Harlow2014-09-231-25/+101
|/
* Clarify locked decorator is for instance methodsJoshua Harlow2014-06-261-4/+11
* Merge "Remove functions created for pre-six 1.7.0"Jenkins2014-06-191-1/+1
|\
| * Remove functions created for pre-six 1.7.0Joshua Harlow2014-06-181-1/+1
* | Merge "Sync our version of the interprocess lock"Jenkins2014-06-191-1/+3
|\ \ | |/ |/|
| * Sync our version of the interprocess lockJoshua Harlow2014-06-091-1/+3
* | Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-10/+21
|/
* Add kwarg check_pending argument to fake lockJoshua Harlow2014-05-221-1/+1
* Implement run iterationsJoshua Harlow2014-05-071-0/+11
* Adjust logging levels and usage to follow standardsJoshua Harlow2014-03-141-1/+1
* Merge "Fix dummy lock missing pending_writers method"Jenkins2014-02-241-20/+51
|\
| * Fix dummy lock missing pending_writers methodJoshua Harlow2014-02-201-20/+51
* | Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
|/
* Fix deadlock on waiting for pending_writers to be emptyJoshua Harlow2014-02-051-3/+11
* Use reader/writer locks in storageJoshua Harlow2014-02-051-0/+160
* Update oslo.lock from incubator commit 3c125e66d183Joshua Harlow2014-01-311-21/+34
* Test using mysql + postgres if availableJoshua Harlow2014-01-251-9/+22
* Alter is_locked() helper commentJoshua Harlow2014-01-121-2/+2
* Fix misspellingsStanislav Kudriashev2013-12-101-1/+1
* Fix several python3 incompatibilitiesIvan A. Melnikov2013-10-111-1/+1
* Remove decorators and move to utilsJoshua Harlow2013-10-071-0/+73
* Add a directory/filesystem based persistence layerJoshua Harlow2013-09-211-0/+110