summaryrefslogtreecommitdiff
path: root/qpid/python/qpid/concurrency.py
Commit message (Collapse)AuthorAgeFilesLines
* QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated ↵Robert Gemmell2016-07-051-106/+0
| | | | | | to their own git repositories git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1751566 13f79535-47bb-0310-9956-ffa450edef68
* fixed resource leakage on repeated connection open/closeRafael H. Schloming2010-03-231-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@926766 13f79535-47bb-0310-9956-ffa450edef68
* improved request/response performance by using an I/O based condition ↵Rafael H. Schloming2009-10-261-2/+37
| | | | | | instead of the default condition from the python threading module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829837 13f79535-47bb-0310-9956-ffa450edef68
* changed Lockable -> Waiter and switched its usage from has-a to is-a; also ↵Rafael H. Schloming2009-09-021-0/+65
fixed some more imports git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@810573 13f79535-47bb-0310-9956-ffa450edef68