]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add tornado.locks.Condition. 1338/head
authorA. Jesse Jiryu Davis <jesse@mongodb.com>
Sat, 14 Feb 2015 19:30:48 +0000 (14:30 -0500)
committerA. Jesse Jiryu Davis <jesse@mongodb.com>
Sat, 14 Feb 2015 19:30:48 +0000 (14:30 -0500)
commit32acb5c06050ed702dfd6d8c0c854f501ce0bb41
treeea6c665817ee6772f74a95a2de3f4778cac9bcef
parentdb88a6540aa969473016195672e8ab8c3702b240
Add tornado.locks.Condition.

Copied from Toro with small improvements.
docs/coroutine.rst
docs/locks.rst [new file with mode: 0644]
tornado/locks.py [new file with mode: 0644]
tornado/test/condition_test.py [new file with mode: 0644]
tornado/test/runtests.py