]> git.ipfire.org Git - thirdparty/tornado.git/commit
Implement the async context manager protocol in tornado.locks.
authorBen Darnell <ben@bendarnell.com>
Sun, 2 Aug 2015 22:08:11 +0000 (18:08 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 2 Aug 2015 22:08:11 +0000 (18:08 -0400)
commit05d53e8c4fea0ef687f175b95e846e375f2ce245
tree1011a9699b1b260c9050319e037c3ead7e19f069
parente831fe3616b81a5acd0c0c90e85608c5c6236f90
Implement the async context manager protocol in tornado.locks.
tornado/locks.py
tornado/test/locks_test.py