]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove synchronization for add_callback in the ioloop thread
authorClaudio Freire <klaussfreire@gmail.com>
Wed, 2 Sep 2015 17:32:46 +0000 (14:32 -0300)
committerClaudio Freire <klaussfreire@gmail.com>
Wed, 2 Sep 2015 17:32:46 +0000 (14:32 -0300)
commit89f59cac08892fd266789cbcdfa60f452d4e54a8
treed992e509fd81287e4f2a0883b7e44dc0001a8efb
parent47c0dfa5634507fc4a6c2d211057e2caa415b005
Remove synchronization for add_callback in the ioloop thread

It is not necessary, since it will never need to invoke
wake, and as noted in add_callback_from_signal it would pose
no race risk, and it is a considerable performance penalty.
tornado/ioloop.py