]> git.ipfire.org Git - thirdparty/tornado.git/commit
Prevent duplicate callbacks when PeriodicCallback is stopped and restarted before... 396/head
authorJustin Rosenthal <justin.rosenthal@gmail.com>
Fri, 4 Nov 2011 06:31:49 +0000 (23:31 -0700)
committerJustin Rosenthal <justin.rosenthal@gmail.com>
Fri, 4 Nov 2011 06:31:49 +0000 (23:31 -0700)
commit700f5a705410811887427c2c5e8fc6f403f1bfeb
treed70bea4ffba05c8f717c1663129c241b114230d3
parent066a0c38fb819419b8422980b61a0fd2f6ee4739
Prevent duplicate callbacks when PeriodicCallback is stopped and restarted before _next_timeout
tornado/ioloop.py