]> git.ipfire.org Git - thirdparty/tornado.git/commit
Lockless implementation of add_callback
authorAntoine Pitrou <antoine@python.org>
Thu, 3 Nov 2016 09:48:55 +0000 (10:48 +0100)
committerAntoine Pitrou <antoine@python.org>
Thu, 3 Nov 2016 09:48:55 +0000 (10:48 +0100)
commit29b1429bda629e568ba429d3dcbf250c6722d7ee
tree9565e11a83a8fd414781416fbe986fa39ce06709
parent4d783c641b815d7a20c41c1f0d3511bebb15bc97
Lockless implementation of add_callback

Fixes #1874.
tornado/ioloop.py
tornado/platform/common.py
tornado/platform/interface.py
tornado/platform/posix.py